[BACK]Return to getcap.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / gen

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libc/gen/getcap.c between version 1.24 and 1.25

version 1.24, 1998/11/12 16:25:21 version 1.25, 1998/11/13 08:25:17
Line 591  cdbget(capdbp, bp, name)
Line 591  cdbget(capdbp, bp, name)
         char **bp;          char **bp;
         const char *name;          const char *name;
 {  {
         const DBT key;          DBT key;
         DBT data;          DBT data;
   
         /* LINTED key is not modified */          /* LINTED key is not modified */

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

CVSweb <webmaster@jp.NetBSD.org>