Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/gen wrap a long line



details:   https://anonhg.NetBSD.org/src/rev/2564e7f7aae3
branches:  trunk
changeset: 785255:2564e7f7aae3
user:      yamt <yamt%NetBSD.org@localhost>
date:      Wed Mar 06 11:27:46 2013 +0000

description:
wrap a long line

diffstat:

 lib/libc/gen/seekdir.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 5bd853360dbc -r 2564e7f7aae3 lib/libc/gen/seekdir.c
--- a/lib/libc/gen/seekdir.c    Wed Mar 06 11:27:28 2013 +0000
+++ b/lib/libc/gen/seekdir.c    Wed Mar 06 11:27:46 2013 +0000
@@ -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 @@
 
 /*
  * 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)



Home | Main Index | Thread Index | Old Index