diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-01-15 01:07:50 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-01-15 01:07:50 +0000 |
commit | a3c84eba739237f19e84815b087e1f2a21f18194 (patch) | |
tree | 415497a85dee335b0af108f772d94883b45df4b6 /sys/lib | |
parent | 36a378b41f0451ca453ced6904db8bbb82c58ab7 (diff) |
atari specific libsa shrinkage is nasty
Diffstat (limited to 'sys/lib')
-rw-r--r-- | sys/lib/libsa/open.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/lib/libsa/open.c b/sys/lib/libsa/open.c index 8532db7f910..e3fb75618a2 100644 --- a/sys/lib/libsa/open.c +++ b/sys/lib/libsa/open.c @@ -1,4 +1,4 @@ -/* $NetBSD: open.c,v 1.9 1995/09/19 09:16:52 thorpej Exp $ */ +/* $NetBSD: open.c,v 1.10 1996/01/13 22:25:41 leo Exp $ */ /*- * Copyright (c) 1993 @@ -66,9 +66,7 @@ #include "stand.h" -#ifndef atari struct open_file files[SOPEN_MAX]; -#endif /* * File primitives proper |