diff options
author | Jeremy Allison <jra@samba.org> | 1998-04-13 19:24:06 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 1998-04-13 19:24:06 +0000 |
commit | cd2613c57261456485fe4eeecfda209ada70de8e (patch) | |
tree | 3cdaa41b5ce9c53b4c108ac11febcb59999d9cb5 /source/lib/system.c | |
parent | 883be3907778ee160872b0a0a023fc34e636774f (diff) | |
download | samba-cd2613c57261456485fe4eeecfda209ada70de8e.tar.gz samba-cd2613c57261456485fe4eeecfda209ada70de8e.tar.xz samba-cd2613c57261456485fe4eeecfda209ada70de8e.zip |
Changes to allow Samba to be compiled with -Wstrict-prototypes
with gcc. (Not a big change although it looks like it :-).
Jeremy.
Diffstat (limited to 'source/lib/system.c')
-rw-r--r-- | source/lib/system.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source/lib/system.c b/source/lib/system.c index f5fbae53abe..3eef8e5034c 100644 --- a/source/lib/system.c +++ b/source/lib/system.c @@ -215,8 +215,6 @@ static int copy_reg(char *source, const char *dest) { struct stat source_stats; int ifd; - int full_write(); - int safe_read(); int ofd; char *buf; int len; /* Number of bytes read into `buf'. */ |