1/*	$NetBSD: biosdisk.c,v 1.8 1998/02/19 14:12:48 drochner Exp $	*/
2
3/* take back the namespace mangling done by "Makefile.satest" */
4
5#undef main
6#undef exit
7#undef free
8#undef open
9#undef close
10#undef read
11#undef write
12#undef ioctl
13#undef lseek
14#undef printf
15#undef sprintf
16#undef vprintf
17#undef putchar
18#undef gets
19#undef strerror
20#undef errno
21