diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-08-27 12:25:40 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-08-27 12:25:40 +0000 |
commit | d34c1dce87dfa74f1f79b07433985721ce2268dd (patch) | |
tree | 51094b893a225535b11f9d33317716da3e53002a | |
parent | e5462ca7308976aae7ff1232d7799c57d882cc26 (diff) | |
download | pkgsrc-d34c1dce87dfa74f1f79b07433985721ce2268dd.tar.gz |
Drop advertising clause from UCB licensed code, following changes done in
NetBSD's source files.
-rw-r--r-- | pkgtools/libnbcompat/files/__fts13.c | 10 | ||||
-rw-r--r-- | pkgtools/libnbcompat/files/getenv.c | 8 | ||||
-rw-r--r-- | pkgtools/libnbcompat/files/getid.c | 8 | ||||
-rw-r--r-- | pkgtools/libnbcompat/files/glob.c | 10 | ||||
-rw-r--r-- | pkgtools/libnbcompat/files/misc.c | 10 | ||||
-rw-r--r-- | pkgtools/libnbcompat/files/mkstemp.c | 10 | ||||
-rw-r--r-- | pkgtools/libnbcompat/files/pwcache.c | 10 | ||||
-rw-r--r-- | pkgtools/libnbcompat/files/setenv.c | 8 | ||||
-rw-r--r-- | pkgtools/libnbcompat/files/setmode.c | 10 | ||||
-rw-r--r-- | pkgtools/libnbcompat/files/spec.c | 10 | ||||
-rw-r--r-- | pkgtools/libnbcompat/files/stat_flags.c | 10 | ||||
-rw-r--r-- | pkgtools/libnbcompat/files/strdup.c | 10 | ||||
-rw-r--r-- | pkgtools/libnbcompat/files/strmode.c | 10 | ||||
-rw-r--r-- | pkgtools/libnbcompat/files/strsep.c | 10 | ||||
-rw-r--r-- | pkgtools/libnbcompat/files/strtoll.c | 10 | ||||
-rw-r--r-- | pkgtools/libnbcompat/files/unvis.c | 10 |
16 files changed, 45 insertions, 109 deletions
diff --git a/pkgtools/libnbcompat/files/__fts13.c b/pkgtools/libnbcompat/files/__fts13.c index 89be752c429..4bad5ed2fae 100644 --- a/pkgtools/libnbcompat/files/__fts13.c +++ b/pkgtools/libnbcompat/files/__fts13.c @@ -1,4 +1,4 @@ -/* $NetBSD: __fts13.c,v 1.1.1.1 2003/03/31 05:02:22 grant Exp $ */ +/* $NetBSD: __fts13.c,v 1.2 2003/08/27 12:25:40 jmmv Exp $ */ /*- * Copyright (c) 1990, 1993, 1994 @@ -12,11 +12,7 @@ * 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. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 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. * @@ -43,7 +39,7 @@ #if 0 static char sccsid[] = "@(#)fts.c 8.6 (Berkeley) 8/14/94"; #else -__RCSID("$NetBSD: __fts13.c,v 1.1.1.1 2003/03/31 05:02:22 grant Exp $"); +__RCSID("$NetBSD: __fts13.c,v 1.2 2003/08/27 12:25:40 jmmv Exp $"); #endif #endif /* LIBC_SCCS and not lint */ diff --git a/pkgtools/libnbcompat/files/getenv.c b/pkgtools/libnbcompat/files/getenv.c index 1f041ca4b10..73a4a4c06ab 100644 --- a/pkgtools/libnbcompat/files/getenv.c +++ b/pkgtools/libnbcompat/files/getenv.c @@ -10,11 +10,7 @@ * 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. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 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. * @@ -33,7 +29,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)getenv.c 5.8 (Berkeley) 2/23/91";*/ -static char *rcsid = "$Id: getenv.c,v 1.1.1.1 2003/03/31 05:02:46 grant Exp $"; +static char *rcsid = "$Id: getenv.c,v 1.2 2003/08/27 12:25:40 jmmv Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdlib.h> diff --git a/pkgtools/libnbcompat/files/getid.c b/pkgtools/libnbcompat/files/getid.c index 9ca3db22de7..403bbc28ba8 100644 --- a/pkgtools/libnbcompat/files/getid.c +++ b/pkgtools/libnbcompat/files/getid.c @@ -1,4 +1,4 @@ -/* $NetBSD: getid.c,v 1.1.1.1 2003/03/31 05:02:46 grant Exp $ */ +/* $NetBSD: getid.c,v 1.2 2003/08/27 12:25:40 jmmv Exp $ */ /* from: NetBSD: getpwent.c,v 1.48 2000/10/03 03:22:26 enami Exp */ /* from: NetBSD: getgrent.c,v 1.41 2002/01/12 23:51:30 lukem Exp */ @@ -14,11 +14,7 @@ * 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. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 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. * diff --git a/pkgtools/libnbcompat/files/glob.c b/pkgtools/libnbcompat/files/glob.c index 72233d59335..6d0270a1c43 100644 --- a/pkgtools/libnbcompat/files/glob.c +++ b/pkgtools/libnbcompat/files/glob.c @@ -1,5 +1,5 @@ -/* $Id: glob.c,v 1.1.1.1 2003/03/31 05:02:48 grant Exp $ */ -/* $NetBSD: glob.c,v 1.1.1.1 2003/03/31 05:02:48 grant Exp $ */ +/* $Id: glob.c,v 1.2 2003/08/27 12:25:40 jmmv Exp $ */ +/* $NetBSD: glob.c,v 1.2 2003/08/27 12:25:40 jmmv Exp $ */ /* * Copyright (c) 1989, 1993 @@ -16,11 +16,7 @@ * 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. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 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. * diff --git a/pkgtools/libnbcompat/files/misc.c b/pkgtools/libnbcompat/files/misc.c index 1742684934b..01fab468247 100644 --- a/pkgtools/libnbcompat/files/misc.c +++ b/pkgtools/libnbcompat/files/misc.c @@ -1,4 +1,4 @@ -/* $NetBSD: misc.c,v 1.1.1.1 2003/03/31 05:02:55 grant Exp $ */ +/* $NetBSD: misc.c,v 1.2 2003/08/27 12:25:40 jmmv Exp $ */ /*- * Copyright (c) 1991, 1993 @@ -12,11 +12,7 @@ * 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. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 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. * @@ -42,7 +38,7 @@ #endif #if defined(__RCSID) && !defined(lint) -__RCSID("$NetBSD: misc.c,v 1.1.1.1 2003/03/31 05:02:55 grant Exp $"); +__RCSID("$NetBSD: misc.c,v 1.2 2003/08/27 12:25:40 jmmv Exp $"); #endif /* not lint */ #include <sys/types.h> diff --git a/pkgtools/libnbcompat/files/mkstemp.c b/pkgtools/libnbcompat/files/mkstemp.c index 02dfa62c4ea..885095728ee 100644 --- a/pkgtools/libnbcompat/files/mkstemp.c +++ b/pkgtools/libnbcompat/files/mkstemp.c @@ -1,5 +1,5 @@ -/* $Id: mkstemp.c,v 1.1.1.1 2003/03/31 05:02:56 grant Exp $ */ -/* $NetBSD: mkstemp.c,v 1.1.1.1 2003/03/31 05:02:56 grant Exp $ */ +/* $Id: mkstemp.c,v 1.2 2003/08/27 12:25:40 jmmv Exp $ */ +/* $NetBSD: mkstemp.c,v 1.2 2003/08/27 12:25:40 jmmv Exp $ */ /* * Copyright (c) 1987, 1993 @@ -13,11 +13,7 @@ * 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. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 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. * diff --git a/pkgtools/libnbcompat/files/pwcache.c b/pkgtools/libnbcompat/files/pwcache.c index 1ec29699d9c..1a8da7ef2ab 100644 --- a/pkgtools/libnbcompat/files/pwcache.c +++ b/pkgtools/libnbcompat/files/pwcache.c @@ -1,4 +1,4 @@ -/* $NetBSD: pwcache.c,v 1.1.1.1 2003/03/31 05:02:58 grant Exp $ */ +/* $NetBSD: pwcache.c,v 1.2 2003/08/27 12:25:40 jmmv Exp $ */ /*- * Copyright (c) 1992 Keith Muller. @@ -16,11 +16,7 @@ * 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. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 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. * @@ -80,7 +76,7 @@ #if 0 static char sccsid[] = "@(#)cache.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: pwcache.c,v 1.1.1.1 2003/03/31 05:02:58 grant Exp $"); +__RCSID("$NetBSD: pwcache.c,v 1.2 2003/08/27 12:25:40 jmmv Exp $"); #endif #endif /* LIBC_SCCS and not lint */ diff --git a/pkgtools/libnbcompat/files/setenv.c b/pkgtools/libnbcompat/files/setenv.c index ab7a6b41543..9badd71162c 100644 --- a/pkgtools/libnbcompat/files/setenv.c +++ b/pkgtools/libnbcompat/files/setenv.c @@ -10,11 +10,7 @@ * 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. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 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. * @@ -33,7 +29,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)setenv.c 5.6 (Berkeley) 6/4/91";*/ -static char *rcsid = "$Id: setenv.c,v 1.3 2003/07/13 02:36:18 grant Exp $"; +static char *rcsid = "$Id: setenv.c,v 1.4 2003/08/27 12:25:40 jmmv Exp $"; #endif /* LIBC_SCCS and not lint */ #ifdef HAVE_CONFIG_H diff --git a/pkgtools/libnbcompat/files/setmode.c b/pkgtools/libnbcompat/files/setmode.c index 9d9b7fe150d..157997daa6f 100644 --- a/pkgtools/libnbcompat/files/setmode.c +++ b/pkgtools/libnbcompat/files/setmode.c @@ -1,4 +1,4 @@ -/* $NetBSD: setmode.c,v 1.1.1.1 2003/03/31 05:03:00 grant Exp $ */ +/* $NetBSD: setmode.c,v 1.2 2003/08/27 12:25:40 jmmv Exp $ */ /* * Copyright (c) 1989, 1993, 1994 @@ -15,11 +15,7 @@ * 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. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 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. * @@ -48,7 +44,7 @@ #if 0 static char sccsid[] = "@(#)setmode.c 8.2 (Berkeley) 3/25/94"; #else -__RCSID("$NetBSD: setmode.c,v 1.1.1.1 2003/03/31 05:03:00 grant Exp $"); +__RCSID("$NetBSD: setmode.c,v 1.2 2003/08/27 12:25:40 jmmv Exp $"); #endif #endif /* LIBC_SCCS and not lint */ diff --git a/pkgtools/libnbcompat/files/spec.c b/pkgtools/libnbcompat/files/spec.c index dd2741a41de..ba5a3d7873e 100644 --- a/pkgtools/libnbcompat/files/spec.c +++ b/pkgtools/libnbcompat/files/spec.c @@ -1,4 +1,4 @@ -/* $NetBSD: spec.c,v 1.1.1.1 2003/03/31 05:03:04 grant Exp $ */ +/* $NetBSD: spec.c,v 1.2 2003/08/27 12:25:40 jmmv Exp $ */ /*- * Copyright (c) 1989, 1993 @@ -12,11 +12,7 @@ * 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. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 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. * @@ -79,7 +75,7 @@ #if 0 static char sccsid[] = "@(#)spec.c 8.2 (Berkeley) 4/28/95"; #else -__RCSID("$NetBSD: spec.c,v 1.1.1.1 2003/03/31 05:03:04 grant Exp $"); +__RCSID("$NetBSD: spec.c,v 1.2 2003/08/27 12:25:40 jmmv Exp $"); #endif #endif /* not lint */ diff --git a/pkgtools/libnbcompat/files/stat_flags.c b/pkgtools/libnbcompat/files/stat_flags.c index b58174139f2..849b8d9a572 100644 --- a/pkgtools/libnbcompat/files/stat_flags.c +++ b/pkgtools/libnbcompat/files/stat_flags.c @@ -1,4 +1,4 @@ -/* $NetBSD: stat_flags.c,v 1.1.1.1 2003/03/31 05:03:04 grant Exp $ */ +/* $NetBSD: stat_flags.c,v 1.2 2003/08/27 12:25:40 jmmv Exp $ */ /*- * Copyright (c) 1993 @@ -12,11 +12,7 @@ * 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. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 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. * @@ -45,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)stat_flags.c 8.2 (Berkeley) 7/28/94"; #else -__RCSID("$NetBSD: stat_flags.c,v 1.1.1.1 2003/03/31 05:03:04 grant Exp $"); +__RCSID("$NetBSD: stat_flags.c,v 1.2 2003/08/27 12:25:40 jmmv Exp $"); #endif #endif /* not lint */ diff --git a/pkgtools/libnbcompat/files/strdup.c b/pkgtools/libnbcompat/files/strdup.c index c57bb2f76a8..1e8ad4f40cb 100644 --- a/pkgtools/libnbcompat/files/strdup.c +++ b/pkgtools/libnbcompat/files/strdup.c @@ -1,5 +1,5 @@ -/* $Id: strdup.c,v 1.1.1.1 2003/03/31 05:03:04 grant Exp $ */ -/* $NetBSD: strdup.c,v 1.1.1.1 2003/03/31 05:03:04 grant Exp $ */ +/* $Id: strdup.c,v 1.2 2003/08/27 12:25:40 jmmv Exp $ */ +/* $NetBSD: strdup.c,v 1.2 2003/08/27 12:25:40 jmmv Exp $ */ /* * Copyright (c) 1988, 1993 @@ -13,11 +13,7 @@ * 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. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 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. * diff --git a/pkgtools/libnbcompat/files/strmode.c b/pkgtools/libnbcompat/files/strmode.c index de6cedb575d..d4779a81686 100644 --- a/pkgtools/libnbcompat/files/strmode.c +++ b/pkgtools/libnbcompat/files/strmode.c @@ -1,4 +1,4 @@ -/* $NetBSD: strmode.c,v 1.1 2003/06/09 17:19:50 grant Exp $ */ +/* $NetBSD: strmode.c,v 1.2 2003/08/27 12:25:40 jmmv Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -12,11 +12,7 @@ * 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. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 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. * @@ -47,7 +43,7 @@ #if 0 static char sccsid[] = "@(#)strmode.c 8.3 (Berkeley) 8/15/94"; #else -__RCSID("$NetBSD: strmode.c,v 1.1 2003/06/09 17:19:50 grant Exp $"); +__RCSID("$NetBSD: strmode.c,v 1.2 2003/08/27 12:25:40 jmmv Exp $"); #endif #endif /* LIBC_SCCS and not lint */ diff --git a/pkgtools/libnbcompat/files/strsep.c b/pkgtools/libnbcompat/files/strsep.c index 0c322e5fa87..84432f015ef 100644 --- a/pkgtools/libnbcompat/files/strsep.c +++ b/pkgtools/libnbcompat/files/strsep.c @@ -1,5 +1,5 @@ -/* $Id: strsep.c,v 1.1.1.1 2003/03/31 05:03:05 grant Exp $ */ -/* $NetBSD: strsep.c,v 1.1.1.1 2003/03/31 05:03:05 grant Exp $ */ +/* $Id: strsep.c,v 1.2 2003/08/27 12:25:40 jmmv Exp $ */ +/* $NetBSD: strsep.c,v 1.2 2003/08/27 12:25:40 jmmv Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -13,11 +13,7 @@ * 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. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 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. * diff --git a/pkgtools/libnbcompat/files/strtoll.c b/pkgtools/libnbcompat/files/strtoll.c index 86d4d1a1bf5..dbeee4ca3d0 100644 --- a/pkgtools/libnbcompat/files/strtoll.c +++ b/pkgtools/libnbcompat/files/strtoll.c @@ -1,5 +1,5 @@ -/* $Id: strtoll.c,v 1.1.1.1 2003/03/31 05:03:05 grant Exp $ */ -/* $NetBSD: strtoll.c,v 1.1.1.1 2003/03/31 05:03:05 grant Exp $ */ +/* $Id: strtoll.c,v 1.2 2003/08/27 12:25:40 jmmv Exp $ */ +/* $NetBSD: strtoll.c,v 1.2 2003/08/27 12:25:40 jmmv Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -13,11 +13,7 @@ * 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. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 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. * diff --git a/pkgtools/libnbcompat/files/unvis.c b/pkgtools/libnbcompat/files/unvis.c index 3779ea213e2..3f93b0a0174 100644 --- a/pkgtools/libnbcompat/files/unvis.c +++ b/pkgtools/libnbcompat/files/unvis.c @@ -1,4 +1,4 @@ -/* $NetBSD: unvis.c,v 1.2 2003/03/31 08:52:58 grant Exp $ */ +/* $NetBSD: unvis.c,v 1.3 2003/08/27 12:25:40 jmmv Exp $ */ /*- * Copyright (c) 1989, 1993 @@ -12,11 +12,7 @@ * 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. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 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. * @@ -45,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)unvis.c 8.1 (Berkeley) 6/4/93"; #else -__RCSID("$NetBSD: unvis.c,v 1.2 2003/03/31 08:52:58 grant Exp $"); +__RCSID("$NetBSD: unvis.c,v 1.3 2003/08/27 12:25:40 jmmv Exp $"); #endif #endif /* LIBC_SCCS and not lint */ |