diff options
Diffstat (limited to 'usr.sbin/ancontrol/ancontrol.c')
| -rw-r--r-- | usr.sbin/ancontrol/ancontrol.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ancontrol/ancontrol.c b/usr.sbin/ancontrol/ancontrol.c index 22a2323909b73..3b167af638539 100644 --- a/usr.sbin/ancontrol/ancontrol.c +++ b/usr.sbin/ancontrol/ancontrol.c @@ -29,7 +29,7 @@   * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF   * THE POSSIBILITY OF SUCH DAMAGE.   * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ancontrol/ancontrol.c,v 1.1.2.2 2000/10/30 02:16:04 joe Exp $   */  #include <sys/types.h> @@ -56,7 +56,7 @@  static const char copyright[] = "@(#) Copyright (c) 1997, 1998, 1999\  	Bill Paul. All rights reserved.";  static const char rcsid[] = -  "@(#) $FreeBSD$"; +  "@(#) $FreeBSD: src/usr.sbin/ancontrol/ancontrol.c,v 1.1.2.2 2000/10/30 02:16:04 joe Exp $";  #endif  static void an_getval		__P((char *, struct an_req *));  | 
