diff options
| author | cgd <cgd@NetBSD.org> | 1994-03-28 09:19:18 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1994-03-28 09:19:18 +0000 |
| commit | e26987fe07a24d60fec7ec38d794123da88a71fa (patch) | |
| tree | a6453a85056bc98053cff2f246280ff5434ca7ca /usr.bin/patch | |
| parent | d9e450c9073ab462c3cc61bd369af1c60fa4b814 (diff) | |
kill lseek def'n. the entire thing needs cleanup badly
Diffstat (limited to 'usr.bin/patch')
| -rw-r--r-- | usr.bin/patch/common.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/patch/common.h b/usr.bin/patch/common.h index 27a90fbcda2..47dc3839cab 100644 --- a/usr.bin/patch/common.h +++ b/usr.bin/patch/common.h @@ -1,4 +1,4 @@ -/* $Id: common.h,v 1.2 1993/08/02 17:55:15 mycroft Exp $ */ +/* $Id: common.h,v 1.3 1994/03/28 09:19:18 cgd Exp $ */ #define DEBUGGING @@ -166,7 +166,6 @@ char *getenv(); char *strcpy(); char *strcat(); char *rindex(); -long lseek(); char *mktemp(); #if 0 /* This can cause a prototype conflict. */ #ifdef CHARSPRINTF |
