summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mount_portalfs/pt_exec.c
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2004-05-30 08:54:27 +0000
committerstefanf <stefanf@FreeBSD.org>2004-05-30 08:54:27 +0000
commit1fc8f1cfd5b55bf0fe2561f7176ec49589c63474 (patch)
treeaeb9f917ce1b7f49728ff0b59dc7bfb8b8e31df8 /usr.sbin/mount_portalfs/pt_exec.c
parentf495b1e357c24dd2c910c7b97ecb30eef797b6ef (diff)
downloadFreeBSD-src-1fc8f1cfd5b55bf0fe2561f7176ec49589c63474.zip
FreeBSD-src-1fc8f1cfd5b55bf0fe2561f7176ec49589c63474.tar.gz
The file pt_tcplisten.c lacks the $FreeBSD$ keyword. Use the opportunity to
change all files to __FBSDID. Approved by: das (mentor)
Diffstat (limited to 'usr.sbin/mount_portalfs/pt_exec.c')
-rw-r--r--usr.sbin/mount_portalfs/pt_exec.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.sbin/mount_portalfs/pt_exec.c b/usr.sbin/mount_portalfs/pt_exec.c
index 359c78e..c5a4f56 100644
--- a/usr.sbin/mount_portalfs/pt_exec.c
+++ b/usr.sbin/mount_portalfs/pt_exec.c
@@ -37,10 +37,8 @@
* @(#)pt_exec.c 8.1 (Berkeley) 6/5/93
*/
-#ifndef lint
-static const char rcsid[] =
- "$FreeBSD$";
-#endif /* not lint */
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
#include <errno.h>
#include <sys/types.h>
OpenPOWER on IntegriCloud