Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Jul 2007 04:06:53 GMT
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 122608 for review
Message-ID:  <200707010406.l6146r9v045532@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=122608

Change 122608 by peter@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);
 	



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707010406.l6146r9v045532>