Deleted Added
full compact
33c33
< "$FreeBSD: head/sbin/ldconfig/ldconfig.c 92806 2002-03-20 17:55:10Z obrien $";
---
> "$FreeBSD: head/sbin/ldconfig/ldconfig.c 92882 2002-03-21 13:14:21Z imp $";
90,96c90,96
< static int buildhints __P((void));
< static int dodir __P((char *, int));
< int dofile __P((char *, int));
< static void enter __P((char *, char *, char *, int *, int));
< static void listhints __P((void));
< static int readhints __P((void));
< static void usage __P((void));
---
> static int buildhints(void);
> static int dodir(char *, int);
> int dofile(char *, int);
> static void enter(char *, char *, char *, int *, int);
> static void listhints(void);
> static int readhints(void);
> static void usage(void);