summaryrefslogtreecommitdiff
path: root/libexec/ftpd/popen.c
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/ftpd/popen.c')
-rw-r--r--libexec/ftpd/popen.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/libexec/ftpd/popen.c b/libexec/ftpd/popen.c
index 6cba0c2fb20..a83d7081698 100644
--- a/libexec/ftpd/popen.c
+++ b/libexec/ftpd/popen.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: popen.c,v 1.17 2002/07/02 18:09:54 danh Exp $ */
+/* $OpenBSD: popen.c,v 1.18 2003/06/02 19:38:24 millert Exp $ */
/* $NetBSD: popen.c,v 1.5 1995/04/11 02:45:00 cgd Exp $ */
/*
@@ -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.
*
@@ -43,7 +39,7 @@
static const char sccsid[] = "@(#)popen.c 8.3 (Berkeley) 4/6/94";
#else
static const char rcsid[] =
- "$OpenBSD: popen.c,v 1.17 2002/07/02 18:09:54 danh Exp $";
+ "$OpenBSD: popen.c,v 1.18 2003/06/02 19:38:24 millert Exp $";
#endif
#endif /* not lint */