summaryrefslogtreecommitdiffstats
path: root/lib/libstand/open.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libstand/open.c')
-rw-r--r--lib/libstand/open.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libstand/open.c b/lib/libstand/open.c
index 471f937..64721e5 100644
--- a/lib/libstand/open.c
+++ b/lib/libstand/open.c
@@ -1,4 +1,3 @@
-/* $FreeBSD$ */
/* $NetBSD: open.c,v 1.16 1997/01/28 09:41:03 pk Exp $ */
/*-
@@ -65,6 +64,9 @@
* rights to redistribute these changes.
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "stand.h"
struct open_file files[SOPEN_MAX];
OpenPOWER on IntegriCloud