summaryrefslogtreecommitdiffstats
path: root/usr.bin/kdump/mksubr
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2008-02-03 11:33:27 +0000
committerdes <des@FreeBSD.org>2008-02-03 11:33:27 +0000
commitb198f5f802788a72ebf2a1d063223debac1747e7 (patch)
treecae7373cd282d1fd7ae9f0ab494bbef7ae58c1bc /usr.bin/kdump/mksubr
parent45f131f91d7b5b5e92e01cf6a4d5e5c222b5b319 (diff)
downloadFreeBSD-src-b198f5f802788a72ebf2a1d063223debac1747e7.zip
FreeBSD-src-b198f5f802788a72ebf2a1d063223debac1747e7.tar.gz
These are files are shell scripts; give smart editors a chance to figure
it out by adding the usual shebang. MFC after: 2 weeks
Diffstat (limited to 'usr.bin/kdump/mksubr')
-rw-r--r--usr.bin/kdump/mksubr10
1 files changed, 6 insertions, 4 deletions
diff --git a/usr.bin/kdump/mksubr b/usr.bin/kdump/mksubr
index 22db1253..e93f03e 100644
--- a/usr.bin/kdump/mksubr
+++ b/usr.bin/kdump/mksubr
@@ -1,5 +1,7 @@
-set -e
-
+#!/bin/sh
+#
+# $FreeBSD$
+#
# Generates kdump_subr.c
# mkioctls is a special-purpose script, and works fine as it is
# now, so it remains independent. The idea behind how it generates
@@ -16,7 +18,7 @@ set -e
# that the auto_*_type() functions are inappropriate for.
# MANUAL: Manually entered and must therefore be manually updated.
-# $FreeBSD$
+set -e
LC_ALL=C; export LC_ALL
@@ -426,7 +428,7 @@ void
sendrecvflagsname (int flags)
{
int or = 0;
-
+
if (flags == 0) {
(void)printf("0");
return;
OpenPOWER on IntegriCloud