diff options
| author | Warner Losh <imp@FreeBSD.org> | 2001-12-19 06:05:42 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2001-12-19 06:05:42 +0000 |
| commit | c07dd20b433eda26230c95b5b125dd36365a11aa (patch) | |
| tree | 89e0fdc904da8bff8b153081bd9128ae109a2839 | |
| parent | 16ee3ef7767ac747bdf431db4d8a8f7c971f95a4 (diff) | |
Notes
| -rw-r--r-- | usr.bin/xinstall/xinstall.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/xinstall/xinstall.c b/usr.bin/xinstall/xinstall.c index 3e10bdbd0cd86..23dde6dbdfbdd 100644 --- a/usr.bin/xinstall/xinstall.c +++ b/usr.bin/xinstall/xinstall.c @@ -33,7 +33,9 @@ #include <sys/cdefs.h> +#ifdef __FBSDID __FBSDID("$FreeBSD$"); +#endif #ifndef lint static const char copyright[] = |
