summaryrefslogtreecommitdiffstats
path: root/openbsd-compat/getcwd.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-06-03 12:12:50 +1000
committerDamien Miller <djm@mindrot.org>2003-06-03 12:12:50 +1000
commit329638e49c00639d6616b58cda234ba2b3059022 (patch)
tree9b94f324c167827db854a98475a428346e65bbd6 /openbsd-compat/getcwd.c
parent4636d93c0c772e63ea1c97d40467569f8658e8aa (diff)
- (djm) Sync openbsd-compat with OpenBSD CVS.
- No more 4-term BSD licenses in our tree
Diffstat (limited to 'openbsd-compat/getcwd.c')
-rw-r--r--openbsd-compat/getcwd.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/openbsd-compat/getcwd.c b/openbsd-compat/getcwd.c
index f4b98e82..77842948 100644
--- a/openbsd-compat/getcwd.c
+++ b/openbsd-compat/getcwd.c
@@ -10,6 +10,9 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
+ * 3. Neither the name of the University nor the names of its contributors
+ * may be used to endorse or promote products derived from this software
+ * without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
@@ -29,7 +32,7 @@
#if !defined(HAVE_GETCWD)
#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: getcwd.c,v 1.7 2002/11/24 01:52:27 cloder Exp $";
+static char rcsid[] = "$OpenBSD: getcwd.c,v 1.8 2003/06/02 20:18:34 millert Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h>