summaryrefslogtreecommitdiffstats
path: root/libexec/ftpd/popen.c
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2004-11-18 13:46:29 +0000
committeryar <yar@FreeBSD.org>2004-11-18 13:46:29 +0000
commitb18d29fccd36590b0a4caf6d0b44d57b2b8d0635 (patch)
tree605273aeb2b285f452ddf5255b190b7d3c2f7638 /libexec/ftpd/popen.c
parenta187eb4ddf897c014cfeaf19ec7f4557a9b292c7 (diff)
downloadFreeBSD-src-b18d29fccd36590b0a4caf6d0b44d57b2b8d0635.zip
FreeBSD-src-b18d29fccd36590b0a4caf6d0b44d57b2b8d0635.tar.gz
Use __FBSDID.
Diffstat (limited to 'libexec/ftpd/popen.c')
-rw-r--r--libexec/ftpd/popen.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/libexec/ftpd/popen.c b/libexec/ftpd/popen.c
index 05b6d6f..3c187b9 100644
--- a/libexec/ftpd/popen.c
+++ b/libexec/ftpd/popen.c
@@ -38,10 +38,11 @@
#if 0
static char sccsid[] = "@(#)popen.c 8.3 (Berkeley) 4/6/94";
#endif
-static const char rcsid[] =
- "$FreeBSD$";
#endif /* not lint */
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/types.h>
#include <sys/wait.h>
#include <netinet/in.h>
OpenPOWER on IntegriCloud