summaryrefslogtreecommitdiffstats
path: root/bin/sh/exec.c
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1998-05-18 06:44:24 +0000
committercharnier <charnier@FreeBSD.org>1998-05-18 06:44:24 +0000
commit86bc037e711eb91a7613e3b6e3d960188a6543eb (patch)
tree1fc5e32e03599c5e14e1247a4e80ab700b4aa01f /bin/sh/exec.c
parent73aa05049384acedec92bf177501e01ce2ca99d7 (diff)
downloadFreeBSD-src-86bc037e711eb91a7613e3b6e3d960188a6543eb.zip
FreeBSD-src-86bc037e711eb91a7613e3b6e3d960188a6543eb.tar.gz
Add rcsid. Spelling.
Diffstat (limited to 'bin/sh/exec.c')
-rw-r--r--bin/sh/exec.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/bin/sh/exec.c b/bin/sh/exec.c
index 63f7518..30c0834 100644
--- a/bin/sh/exec.c
+++ b/bin/sh/exec.c
@@ -32,12 +32,14 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id: exec.c,v 1.10 1997/04/28 03:08:37 steve Exp $
*/
#ifndef lint
-static char const sccsid[] = "@(#)exec.c 8.4 (Berkeley) 6/8/95";
+#if 0
+static char sccsid[] = "@(#)exec.c 8.4 (Berkeley) 6/8/95";
+#endif
+static const char rcsid[] =
+ "$Id$";
#endif /* not lint */
#include <sys/types.h>
OpenPOWER on IntegriCloud