diff options
Diffstat (limited to 'util/term')
-rw-r--r-- | util/term/Makefile | 4 | ||||
-rw-r--r-- | util/term/term.c | 1 |
2 files changed, 1 insertions, 4 deletions
diff --git a/util/term/Makefile b/util/term/Makefile index 39e396687..b360a9e32 100644 --- a/util/term/Makefile +++ b/util/term/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2003 The Regents of The University of Michigan +# Copyright (c) 2003, 2005 The Regents of The University of Michigan # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -26,8 +26,6 @@ # # Authors: Nathan Binkert -# $Id$ - CC= gcc CCFLAGS= -g -O0 diff --git a/util/term/term.c b/util/term/term.c index 199b8e973..8a95480b1 100644 --- a/util/term/term.c +++ b/util/term/term.c @@ -1,4 +1,3 @@ -/* $Id$ */ /* $OpenBSD: netcat.c,v 1.57 2002/12/30 18:00:18 stevesk Exp $ */ /* * Copyright (c) 2001 Eric Jackson <ericj@monkey.org> |