artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1da1de
)
typo
author
deraadt
<deraadt@openbsd.org>
Sat, 31 Aug 1996 13:12:12 +0000
(13:12 +0000)
committer
deraadt
<deraadt@openbsd.org>
Sat, 31 Aug 1996 13:12:12 +0000
(13:12 +0000)
usr.sbin/eeprom/ophandlers.c
patch
|
blob
|
history
diff --git
a/usr.sbin/eeprom/ophandlers.c
b/usr.sbin/eeprom/ophandlers.c
index
8aad8c3
..
315d59c
100644
(file)
--- a/
usr.sbin/eeprom/ophandlers.c
+++ b/
usr.sbin/eeprom/ophandlers.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: ophandlers.c,v 1.
3 1996/08/31 12:56:08
deraadt Exp $ */
+/* $OpenBSD: ophandlers.c,v 1.
4 1996/08/31 13:12:12
deraadt Exp $ */
/* $NetBSD: ophandlers.c,v 1.2 1996/02/28 01:13:30 thorpej Exp $ */
/*-
@@
-71,7
+71,7
@@
static struct extabent opextab[] = {
};
#define BARF(str1, str2) { \
- snprintf(err_str, sizeof err_str
"%s: %s", (str1), (str2));
\
+ snprintf(err_str, sizeof err_str
, "%s: %s", (str1), (str2));
\
++eval; \
return (err_str); \
};