Module Name:    src
Committed By:   yamt
Date:           Wed Mar  6 11:27:46 UTC 2013

Modified Files:
        src/lib/libc/gen: seekdir.c

Log Message:
wrap a long line


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/lib/libc/gen/seekdir.c

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

Modified files:

Index: src/lib/libc/gen/seekdir.c
diff -u src/lib/libc/gen/seekdir.c:1.14 src/lib/libc/gen/seekdir.c:1.15
--- src/lib/libc/gen/seekdir.c:1.14	Wed May 17 20:36:50 2006
+++ src/lib/libc/gen/seekdir.c	Wed Mar  6 11:27:46 2013
@@ -1,4 +1,4 @@
-/*	$NetBSD: seekdir.c,v 1.14 2006/05/17 20:36:50 christos Exp $	*/
+/*	$NetBSD: seekdir.c,v 1.15 2013/03/06 11:27:46 yamt Exp $	*/
 
 /*
  * Copyright (c) 1983, 1993
@@ -34,7 +34,7 @@
 #if 0
 static char sccsid[] = "@(#)seekdir.c	8.1 (Berkeley) 6/4/93";
 #else
-__RCSID("$NetBSD: seekdir.c,v 1.14 2006/05/17 20:36:50 christos Exp $");
+__RCSID("$NetBSD: seekdir.c,v 1.15 2013/03/06 11:27:46 yamt Exp $");
 #endif
 #endif /* LIBC_SCCS and not lint */
 
@@ -53,7 +53,8 @@ __weak_alias(seekdir,_seekdir)
 
 /*
  * Seek to an entry in a directory.
- * _seekdir_unlocked is in telldir.c so that it can share opaque data structures.
+ * _seekdir_unlocked is in telldir.c so that it can share opaque
+ * data structures.
  */
 void
 seekdir(DIR *dirp, long loc)

Reply via email to