Module Name:    src
Committed By:   mbalmer
Date:           Sat Dec 26 11:00:47 UTC 2009

Modified Files:
        src: UPDATING

Log Message:
Fold long lines.


To generate a diff of this commit:
cvs rdiff -u -r1.206 -r1.207 src/UPDATING

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/UPDATING
diff -u src/UPDATING:1.206 src/UPDATING:1.207
--- src/UPDATING:1.206	Mon Nov 16 07:45:50 2009
+++ src/UPDATING	Sat Dec 26 11:00:46 2009
@@ -1,4 +1,4 @@
-$NetBSD: UPDATING,v 1.206 2009/11/16 07:45:50 dholland Exp $
+$NetBSD: UPDATING,v 1.207 2009/12/26 11:00:46 mbalmer Exp $
 
 This file (UPDATING) is intended to be a brief reference to recent
 changes that might cause problems in the build process, and a guide for
@@ -61,9 +61,9 @@
 	cleaning your src/tools directory and $TOOLDIR and rebuilding them.
 
 20090126:
-	The __posix_fadvise50 system call changed assembly stub type. You need to
-	'rm -f __posix_fadvise50.*' in the libc build directory to avoid using
-	the old assembly stub.
+	The __posix_fadvise50 system call changed assembly stub type. You
+	need to 'rm -f __posix_fadvise50.*' in the libc build directory
+	to avoid using the old assembly stub.
 
 20090202:
 	pkg_install now depends on the pkgdb cache for automatic conflict
@@ -456,7 +456,8 @@
 	(If you built the tree without "make obj" in the past, obsolete files
 	may remain.  The command tries to clean everything up)
 
-Symptom:.../sysinst/run.c:xx: warning: initialization from incompatible pointer type
+Symptom:.../sysinst/run.c:xx: warning: initialization from incompatible
+	pointer type
 Fix:	Rebuild and install usr.bin/menuc
 
 Symptom:mklocale not found during build in share/locale/ctype

Reply via email to