summaryrefslogtreecommitdiff
path: root/sys/lib/libsa/readdir.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/lib/libsa/readdir.c')
-rw-r--r--sys/lib/libsa/readdir.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/lib/libsa/readdir.c b/sys/lib/libsa/readdir.c
index 277dfc44348..967dbe3c1bd 100644
--- a/sys/lib/libsa/readdir.c
+++ b/sys/lib/libsa/readdir.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: readdir.c,v 1.4 1997/07/21 15:43:54 mickey Exp $ */
+/* $OpenBSD: readdir.c,v 1.5 2003/06/01 17:00:33 deraadt Exp $ */
/*
* Copyright (c) 1996 Michael Shalayeff
@@ -18,8 +18,8 @@
* 4. The name of the author may not be used to endorse or promote products
* derived from this software without specific prior written permission.
*
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
* ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
@@ -68,7 +68,7 @@ opendir(name)
return fd;
}
-
+
int
readdir(fd, dest)
int fd;