PERFORCE change 122608 for review

Peter Wemm peter at FreeBSD.org
Sun Jul 1 04:06:56 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=122608

Change 122608 by peter at peter_melody on 2007/07/01 04:05:57

	OK, this does actually work afterall.  I had some botched static binaries
	with missing prototypes that were causing all the problems.  Sigh.

Affected files ...

.. //depot/projects/hammer/lib/libc/gen/__getosreldate.c#3 edit

Differences ...

==== //depot/projects/hammer/lib/libc/gen/__getosreldate.c#3 (text+ko) ====

@@ -47,7 +47,6 @@
 	int oid[2];
 	int error, osrel;
 
-	return (700049);
 	if (osreldate != 0)
 		return (osreldate);
 	


More information about the p4-projects mailing list