summaryrefslogtreecommitdiffstats
path: root/usr.bin/doscmd/dos.c
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>2001-08-07 11:09:15 +0000
committertg <tg@FreeBSD.org>2001-08-07 11:09:15 +0000
commitfb3e81395fc4fea6fffdc652f1364adb21631758 (patch)
treef2a39d2f34ec621383d2d36c688d6fa7b95aea48 /usr.bin/doscmd/dos.c
parent9e5e8e8ff4dc1c36140e5812f269c12f8ab078e8 (diff)
downloadFreeBSD-src-fb3e81395fc4fea6fffdc652f1364adb21631758.zip
FreeBSD-src-fb3e81395fc4fea6fffdc652f1364adb21631758.tar.gz
Fix warnings resulting from `-Wredundant-decls -Wstrict-prototypes'.
Diffstat (limited to 'usr.bin/doscmd/dos.c')
-rw-r--r--usr.bin/doscmd/dos.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/doscmd/dos.c b/usr.bin/doscmd/dos.c
index fd8356d..5c6904b 100644
--- a/usr.bin/doscmd/dos.c
+++ b/usr.bin/doscmd/dos.c
@@ -92,10 +92,8 @@ struct fcb {
}/* __attribute__((__packed__))*/;
/* exports */
-void encode_dos_file_time (time_t, u_short *, u_short *);
int diskdrive = 2; /* C: */
char *InDOS;
-unsigned long disk_transfer_addr;
/* locals */
static void fcb_to_string(struct fcb *, u_char *);
OpenPOWER on IntegriCloud