summaryrefslogtreecommitdiff
path: root/usr.bin/biff
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2001-12-03 01:15:28 +0000
committerMark Murray <markm@FreeBSD.org>2001-12-03 01:15:28 +0000
commit151aa6c35a6de8657f95ab1adcd8b4fb9222175b (patch)
treecbbb90beb2b35495bd5516bd299e07f619a27776 /usr.bin/biff
parent863475aa48a82cdf011dd7618ed43eecf059e958 (diff)
downloadsrc-test-151aa6c35a6de8657f95ab1adcd8b4fb9222175b.tar.gz
src-test-151aa6c35a6de8657f95ab1adcd8b4fb9222175b.zip
Use __FBSDID().
Notes
Notes: svn path=/head/; revision=87258
Diffstat (limited to 'usr.bin/biff')
-rw-r--r--usr.bin/biff/biff.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/usr.bin/biff/biff.c b/usr.bin/biff/biff.c
index b592d05f46c84..9b198b1e3e19f 100644
--- a/usr.bin/biff/biff.c
+++ b/usr.bin/biff/biff.c
@@ -29,19 +29,21 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $FreeBSD$
*/
+#include <sys/cdefs.h>
+
+__FBSDID("$FreeBSD$");
+
#ifndef lint
static const char copyright[] =
"@(#) Copyright (c) 1980, 1993\n\
The Regents of the University of California. All rights reserved.\n";
-#endif /* not lint */
+#endif
#ifndef lint
static const char sccsid[] = "@(#)biff.c 8.1 (Berkeley) 6/6/93";
-#endif /* not lint */
+#endif
#include <sys/types.h>
#include <sys/stat.h>