diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-10-22 14:37:11 +0000 | 
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-10-22 14:37:11 +0000 | 
| commit | 8b10240709e2f0878254162b742c8237b877129e (patch) | |
| tree | 021e4f00408640702c262fd5f8dc2c167a2c2c73 /lib/libc/gen/getcap.c | |
| parent | 24249ac14fb0c47f9d83ab295f2bf9ebb37016ee (diff) | |
Notes
Diffstat (limited to 'lib/libc/gen/getcap.c')
| -rw-r--r-- | lib/libc/gen/getcap.c | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/lib/libc/gen/getcap.c b/lib/libc/gen/getcap.c index 6bb44506ecbb..93d195267fc5 100644 --- a/lib/libc/gen/getcap.c +++ b/lib/libc/gen/getcap.c @@ -192,7 +192,6 @@ getent(cap, len, db_array, fd, name, depth, nfield)  	int fd, depth;  {  	DB *capdbp; -	DBT key, data;  	register char *r_end, *rp, **db_p;  	int myfd, eof, foundit, retval, clen;  	char *record, *cbuf; @@ -542,8 +541,6 @@ cdbget(capdbp, bp, name)  	char **bp, *name;  {  	DBT key, data; -	char *buf; -	int st;  	key.data = name;  	key.size = strlen(name); | 
