BSD 4_3 release
[unix-history] / usr / src / lib / libc / gen / opendir.c
index e2ad197..6996007 100644 (file)
@@ -1,9 +1,15 @@
-/* Copyright (c) 1982 Regents of the University of California */
+/*
+ * Copyright (c) 1983 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
 
 
-static char sccsid[] = "@(#)opendir.c 4.4 %G%";
+#if defined(LIBC_SCCS) && !defined(lint)
+static char sccsid[] = "@(#)opendir.c  5.2 (Berkeley) 3/9/86";
+#endif LIBC_SCCS and not lint
 
 #include <sys/param.h>
 
 #include <sys/param.h>
-#include <dir.h>
+#include <sys/dir.h>
 
 /*
  * open a directory.
 
 /*
  * open a directory.