Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys Make this match the new .S extension of syscalls.



details:   https://anonhg.NetBSD.org/src/rev/c5071bf10ebe
branches:  trunk
changeset: 517510:c5071bf10ebe
user:      tv <tv%NetBSD.org@localhost>
date:      Tue Nov 13 18:39:10 2001 +0000

description:
Make this match the new .S extension of syscalls.

diffstat:

 lib/libc/sys/makelintstub |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 3ebc767dfa51 -r c5071bf10ebe lib/libc/sys/makelintstub
--- a/lib/libc/sys/makelintstub Tue Nov 13 17:56:30 2001 +0000
+++ b/lib/libc/sys/makelintstub Tue Nov 13 18:39:10 2001 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh -
-# $NetBSD: makelintstub,v 1.7 2000/06/14 17:25:07 cgd Exp $
+# $NetBSD: makelintstub,v 1.8 2001/11/13 18:39:10 tv Exp $
 #
 # Copyright (c) 1996, 1997 Christopher G. Demetriou
 # All rights reserved.
@@ -202,7 +202,7 @@
 header
 printf '#include "'"$syscallhdr"'"' | cpp -C >$syscalldump
 for syscall; do
-       fnname=${syscall%.o}
+       fnname=${syscall%.S}
        if [ $pflag = YES ]; then
                scname=${fnname#_}
        else



Home | Main Index | Thread Index | Old Index