X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fnames.c;h=082e64954c24bcb8fdeca32d79a92c199b4e3b3e;hb=d3e5bfed13544a1887a99bde4dbb45731c252d7d;hp=26a8e63f90a915f6e41e8b1d8d98471c867f964e;hpb=26aaccb0e954970d22da4dc9ef5d5b5c4f27c260;p=chaz%2Ftar diff --git a/src/names.c b/src/names.c index 26a8e63..082e649 100644 --- a/src/names.c +++ b/src/names.c @@ -1,5 +1,5 @@ /* Look up user and/or group names. - Copyright (C) 1988 Free Software Foundation + Copyright (C) 1988, 1992 Free Software Foundation This file is part of GNU Tar. @@ -22,16 +22,15 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ * * This file should be modified for non-unix systems to do something * reasonable. - * - * @(#)names.c 1.3 10/30/87 - gnu */ + #include #include "tar.h" - -extern char *strncpy(); +#include "port.h" #ifndef NONAMES /* Whole module goes away if NONAMES defined. Otherwise... */ +#include #include #include