diff options
Diffstat (limited to 'sys/arch/mvme88k/stand/old/libbug/bugsupp.c')
-rw-r--r-- | sys/arch/mvme88k/stand/old/libbug/bugsupp.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/arch/mvme88k/stand/old/libbug/bugsupp.c b/sys/arch/mvme88k/stand/old/libbug/bugsupp.c deleted file mode 100644 index 51f0fb49bc4..00000000000 --- a/sys/arch/mvme88k/stand/old/libbug/bugsupp.c +++ /dev/null @@ -1,7 +0,0 @@ -#include "bug.h" - -int putchar(char a) -{ - bug_outchr(a); -} -__main(){} |