summaryrefslogtreecommitdiff
path: root/sbin/scsi/scsi.c
diff options
context:
space:
mode:
authorChad Loder <cloder@cvs.openbsd.org>2005-04-09 02:14:33 +0000
committerChad Loder <cloder@cvs.openbsd.org>2005-04-09 02:14:33 +0000
commitd4590880f41d0fd0ffe4a4c49bca02d57c56cc7e (patch)
treef5e3c716bd19bd43712895ceda144f9e317b5ef5 /sbin/scsi/scsi.c
parent22e04c9f99a096083340170540af540881c309b8 (diff)
Compile with -ansi by killing an inline
Diffstat (limited to 'sbin/scsi/scsi.c')
-rw-r--r--sbin/scsi/scsi.c4
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;