Clean up deleted files.

This commit is contained in:
mycroft 1994-04-02 05:37:06 +00:00
parent b62b3fc050
commit ca01015e04
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
#include "SYS.h"
.even
err:
movl #-1,d1
movl d0,sp@-
jra cerror
ENTRY(lseek)
movl #SYS_lseek,d0
trap #0
jcs err
rts