X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=dump%2Ftape.c;h=aa8f7306edc5e408091c1b3e92fe472d7872df05;hb=ae81b2009c2650184ed4d505581929b363de2a9f;hp=34779491504f6526e0eff171ebc73d0973ce28b1;hpb=0d7af9c5f2cc7d4a97e934692ea8665e09fd5500;p=dump.git diff --git a/dump/tape.c b/dump/tape.c index 3477949..aa8f730 100644 --- a/dump/tape.c +++ b/dump/tape.c @@ -40,7 +40,7 @@ #ifndef lint static const char rcsid[] = - "$Id: tape.c,v 1.15 2000/03/02 11:34:51 stelian Exp $"; + "$Id: tape.c,v 1.16 2000/03/02 12:07:36 stelian Exp $"; #endif /* not lint */ #ifdef __linux__ @@ -107,6 +107,7 @@ static void enslave __P((void)); static void flushtape __P((void)); static void killall __P((void)); static void rollforward __P((void)); +static int system_command __P((const char *command)); /* * Concurrent dump mods (Caltech) - disk block reading and tape writing