COMP: Remove warnings by exposing some variables

This commit is contained in:
Andy Cedilnik 2005-12-30 14:23:36 -05:00
parent 6d0f0e0acb
commit a2d9b44d69
2 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,7 @@
#ifndef lint
static char rcsid[] = "$OpenBSD: basename.c,v 1.4 1999/05/30 17:10:30 espie Exp $";
const char* libtar_compat_basename_getrcsid() { return rcsid; }
#endif /* not lint */
#include <errno.h>

View File

@ -29,6 +29,7 @@
#ifndef lint
static char rcsid[] = "$OpenBSD: dirname.c,v 1.4 1999/05/30 17:10:30 espie Exp $";
const char* libtar_compat_dirname_getrcsid() { return rcsid; }
#endif /* not lint */
#include <errno.h>