diff options
author | Chad Loder <cloder@cvs.openbsd.org> | 2005-04-09 02:14:33 +0000 |
---|---|---|
committer | Chad Loder <cloder@cvs.openbsd.org> | 2005-04-09 02:14:33 +0000 |
commit | d4590880f41d0fd0ffe4a4c49bca02d57c56cc7e (patch) | |
tree | f5e3c716bd19bd43712895ceda144f9e317b5ef5 /sbin/scsi/scsi.c | |
parent | 22e04c9f99a096083340170540af540881c309b8 (diff) |
Compile with -ansi by killing an inline
Diffstat (limited to 'sbin/scsi/scsi.c')
-rw-r--r-- | sbin/scsi/scsi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/scsi/scsi.c b/sbin/scsi/scsi.c index 5394cc3473f..434bfac0f3a 100644 --- a/sbin/scsi/scsi.c +++ b/sbin/scsi/scsi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: scsi.c,v 1.15 2004/01/14 19:39:59 otto Exp $ */ +/* $OpenBSD: scsi.c,v 1.16 2005/04/09 02:14:32 cloder Exp $ */ /* $FreeBSD: scsi.c,v 1.11 1996/04/06 11:00:28 joerg Exp $ */ /* @@ -615,7 +615,7 @@ volatile int edit_opened; static FILE *edit_file; static char edit_name[L_tmpnam]; -static inline void +static void edit_rewind(void) { editind = 0; |