Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jan 2007 19:10:45 GMT
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 113132 for review
Message-ID:  <200701181910.l0IJAjoQ095015@repoman.freebsd.org>

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

Change 113132 by jkim@jkim_hammer on 2007/01/18 19:10:07

	Disable build date construction per des's request.

Affected files ...

.. //depot/projects/linuxolator/src/sys/compat/linprocfs/linprocfs.c#10 edit

Differences ...

==== //depot/projects/linuxolator/src/sys/compat/linprocfs/linprocfs.c#10 (text+ko) ====

@@ -421,6 +421,7 @@
 static void
 linprocfs_osbuild(struct thread *td, struct sbuf *sb)
 {
+#if 0
 	char osbuild[256];
 	char *cp1, *cp2;
 
@@ -436,6 +437,7 @@
 	if (cp1)
 		sbuf_printf(sb, "%s%s", cp1, cp2 + 1);
 	else
+#endif
 		sbuf_cat(sb, "#4 Sun Dec 18 04:30:00 CET 1977");
 }
 



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