aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/bltin
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1995-12-14 23:19:36 +0000
committerBruce Evans <bde@FreeBSD.org>1995-12-14 23:19:36 +0000
commit7fdb7bc891444da26f64b5650f49d6be016300c1 (patch)
treee8c8fa9a96982333247fb6fa9cb2fcb86fab1460 /bin/sh/bltin
parentd14122ea447ab86d20c419aaa96a13f86808dd86 (diff)
downloadsrc-7fdb7bc891444da26f64b5650f49d6be016300c1.tar.gz
src-7fdb7bc891444da26f64b5650f49d6be016300c1.zip
Notes
Diffstat (limited to 'bin/sh/bltin')
-rw-r--r--bin/sh/bltin/bltin.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/sh/bltin/bltin.h b/bin/sh/bltin/bltin.h
index 9b9b6c5fc868..e543e9b1b32f 100644
--- a/bin/sh/bltin/bltin.h
+++ b/bin/sh/bltin/bltin.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)bltin.h 8.1 (Berkeley) 5/31/93
- * $Id: bltin.h,v 1.2 1994/09/24 02:58:26 davidg Exp $
+ * $Id: bltin.h,v 1.3 1995/12/10 15:37:44 joerg Exp $
*/
/*
@@ -60,10 +60,10 @@
#define fputs outstr
#define fflush flushout
#define INITARGS(argv)
-#define warnx(a, b, c) { \
- char buf[64]; \
- (void)snprintf(buf, sizeof(buf), a, b, c); \
- error(buf); \
+#define warnx(a, b, c) { \
+ char buf[64]; \
+ (void)snprintf(buf, sizeof(buf), a, b, c); \
+ error(buf); \
}
#else
#undef NULL