Subject: src/sbin/route/keywords.ch are bogus (really?)
To: None <rhealey@MR.Net>
From: Gordon W. Ross <gwr@mc.com>
List: current-users
Date: 11/27/1996 14:41:42
> From: Rob Healey <rhealey@MR.Net>
> Date: Wed, 27 Nov 1996 08:57:46 -0600 (CST)

> Hi,
> 
> 	It appears that the two files keywords.h and keywords.c in
> 	src/sbin/route are bogus. They aren't automatically generated anymore
> 	and when I force a sup update for them today the resulting files
> 	caused compilation errors. I simply re-ran the creation script
> 	and proper files we created in the place of the bogus ones.
> 
> 	What gives? I seem to remember this being reported as a bug a few
> 	weeks ago...
> 
> 		-Rob

Hmmm... What errors do you see?  Here is what I see:

	% cd /usr/src/sbin/route
	% ls -l
	total 126
	drwxr-sr-x  2 gwr  software    512 Nov 27 14:31 CVS
	-rw-rw-r--  1 gwr  software    505 Nov 15 14:08 Makefile
	-rw-r--r--  1 gwr  software   4740 Sep  6 12:15 ccitt_addr.c
	-rw-rw-r--  1 gwr  software   1139 Nov 15 13:56 keywords.c
	-rw-rw-r--  1 gwr  software   1019 Nov 15 13:56 keywords.h
	-rwxrwxr-x  1 gwr  software   1817 Nov 15 13:55 keywords.sh
	-rw-rw-r--  1 gwr  software   9630 Nov 15 12:59 route.8
	-rw-rw-r--  1 gwr  software  33027 Nov 15 13:00 route.c
	-rw-rw-r--  1 gwr  software   7795 Nov 15 13:00 show.c
	% make
	cc -O  -Werror  -c route.c
	cc -O  -Werror  -c show.c
	cc -O  -Werror  -c keywords.c
	cc -O  -Werror  -c ccitt_addr.c
	cc  -static -o route route.o show.o keywords.o ccitt_addr.o 
	nroff -mandoc route.8 > route.cat8
	% su
	venus# ./route show
	Routing tables
	
	Internet:
	Destination      Gateway            Flags 
	default          link#1             U      
	localhost        127.0.0.1          UH     
	prod             link#1             U      
	bach             8:0:20:4:98:8d     UH     
	venus            127.0.0.1          UGH    
	venus#