diff options
| author | jtc <jtc@NetBSD.org> | 1993-10-21 01:39:55 +0000 |
|---|---|---|
| committer | jtc <jtc@NetBSD.org> | 1993-10-21 01:39:55 +0000 |
| commit | 823c36577c2ffbc460096e2cd4feac0b0167410e (patch) | |
| tree | 768332e33ad41728069b0cde490c7300f0ca7a8c /sys/lib | |
| parent | 69af39d0a84e746dd6d810d596f7355ba87b647b (diff) | |
Change instances of LIBC_RCS back to LIBC_SCCS. If we are going to change
th LIBC_RCS, the entire source tree should be updated at once.
Remove && !defined(lint) from conditionals around rcs id's. No one is
ever going to pass a *.s file through lint.
Diffstat (limited to 'sys/lib')
| -rw-r--r-- | sys/lib/libkern/arch/i386/setjmp.S | 10 | ||||
| -rw-r--r-- | sys/lib/libkern/i386/setjmp.S | 10 |
2 files changed, 12 insertions, 8 deletions
diff --git a/sys/lib/libkern/arch/i386/setjmp.S b/sys/lib/libkern/arch/i386/setjmp.S index ba5dad0e00e..b70d25301c4 100644 --- a/sys/lib/libkern/arch/i386/setjmp.S +++ b/sys/lib/libkern/arch/i386/setjmp.S @@ -32,13 +32,15 @@ * 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. + * + * from: @(#)setjmp.s 5.1 (Berkeley) 4/23/90 + * $Id: setjmp.S,v 1.3 1993/10/21 01:40:02 jtc Exp $ */ -#if defined(LIBC_SCCS) && !defined(lint) +#if defined(LIBC_SCCS) .text - /*.asciz "from: @(#)setjmp.s 5.1 (Berkeley) 4/23/90"*/ - .asciz "$Id: setjmp.S,v 1.2 1993/10/20 18:50:17 jtc Exp $" -#endif /* LIBC_SCCS and not lint */ + .asciz "$Id: setjmp.S,v 1.3 1993/10/21 01:40:02 jtc Exp $" +#endif /* * C library -- _setjmp, _longjmp diff --git a/sys/lib/libkern/i386/setjmp.S b/sys/lib/libkern/i386/setjmp.S index ba5dad0e00e..b70d25301c4 100644 --- a/sys/lib/libkern/i386/setjmp.S +++ b/sys/lib/libkern/i386/setjmp.S @@ -32,13 +32,15 @@ * 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. + * + * from: @(#)setjmp.s 5.1 (Berkeley) 4/23/90 + * $Id: setjmp.S,v 1.3 1993/10/21 01:40:02 jtc Exp $ */ -#if defined(LIBC_SCCS) && !defined(lint) +#if defined(LIBC_SCCS) .text - /*.asciz "from: @(#)setjmp.s 5.1 (Berkeley) 4/23/90"*/ - .asciz "$Id: setjmp.S,v 1.2 1993/10/20 18:50:17 jtc Exp $" -#endif /* LIBC_SCCS and not lint */ + .asciz "$Id: setjmp.S,v 1.3 1993/10/21 01:40:02 jtc Exp $" +#endif /* * C library -- _setjmp, _longjmp |
