diff options
Diffstat (limited to 'lib/libc/alpha/sys')
| -rw-r--r-- | lib/libc/alpha/sys/Makefile.inc | 2 | ||||
| -rw-r--r-- | lib/libc/alpha/sys/Ovfork.S | 2 | ||||
| -rw-r--r-- | lib/libc/alpha/sys/brk.S | 2 | ||||
| -rw-r--r-- | lib/libc/alpha/sys/cerror.S | 2 | ||||
| -rw-r--r-- | lib/libc/alpha/sys/exect.S | 2 | ||||
| -rw-r--r-- | lib/libc/alpha/sys/fork.S | 2 | ||||
| -rw-r--r-- | lib/libc/alpha/sys/pipe.S | 2 | ||||
| -rw-r--r-- | lib/libc/alpha/sys/ptrace.S | 2 | ||||
| -rw-r--r-- | lib/libc/alpha/sys/sbrk.S | 2 | ||||
| -rw-r--r-- | lib/libc/alpha/sys/setlogin.S | 2 | ||||
| -rw-r--r-- | lib/libc/alpha/sys/sigreturn.S | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/lib/libc/alpha/sys/Makefile.inc b/lib/libc/alpha/sys/Makefile.inc index d0b21ed8d2d9..1a46ef5f4dde 100644 --- a/lib/libc/alpha/sys/Makefile.inc +++ b/lib/libc/alpha/sys/Makefile.inc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/lib/libc/alpha/sys/Makefile.inc,v 1.12 2003/08/11 07:14:06 bms Exp $ MDASM+= Ovfork.S brk.S cerror.S exect.S fork.S pipe.S ptrace.S \ sbrk.S setlogin.S sigreturn.S diff --git a/lib/libc/alpha/sys/Ovfork.S b/lib/libc/alpha/sys/Ovfork.S index 99663f1e5cb4..55558e059116 100644 --- a/lib/libc/alpha/sys/Ovfork.S +++ b/lib/libc/alpha/sys/Ovfork.S @@ -28,7 +28,7 @@ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/alpha/sys/Ovfork.S,v 1.5 2003/08/16 18:59:08 marcel Exp $"); #include "SYS.h" diff --git a/lib/libc/alpha/sys/brk.S b/lib/libc/alpha/sys/brk.S index 9f3385b7bc27..049d5c9623a3 100644 --- a/lib/libc/alpha/sys/brk.S +++ b/lib/libc/alpha/sys/brk.S @@ -28,7 +28,7 @@ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/alpha/sys/brk.S,v 1.2 2003/01/19 00:17:03 obrien Exp $"); #include "SYS.h" diff --git a/lib/libc/alpha/sys/cerror.S b/lib/libc/alpha/sys/cerror.S index 5744129807bf..bbae3f94c584 100644 --- a/lib/libc/alpha/sys/cerror.S +++ b/lib/libc/alpha/sys/cerror.S @@ -28,7 +28,7 @@ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/alpha/sys/cerror.S,v 1.6 2003/01/19 00:17:03 obrien Exp $"); #include "SYS.h" diff --git a/lib/libc/alpha/sys/exect.S b/lib/libc/alpha/sys/exect.S index 8ad065f69514..27d33b41b06f 100644 --- a/lib/libc/alpha/sys/exect.S +++ b/lib/libc/alpha/sys/exect.S @@ -28,7 +28,7 @@ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/alpha/sys/exect.S,v 1.2 2003/01/19 00:17:03 obrien Exp $"); #include "SYS.h" diff --git a/lib/libc/alpha/sys/fork.S b/lib/libc/alpha/sys/fork.S index 5f408966f2ee..f1ee930f33b6 100644 --- a/lib/libc/alpha/sys/fork.S +++ b/lib/libc/alpha/sys/fork.S @@ -28,7 +28,7 @@ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/alpha/sys/fork.S,v 1.5 2003/08/16 18:59:08 marcel Exp $"); #include "SYS.h" diff --git a/lib/libc/alpha/sys/pipe.S b/lib/libc/alpha/sys/pipe.S index e94398e9656c..01d9e80d9132 100644 --- a/lib/libc/alpha/sys/pipe.S +++ b/lib/libc/alpha/sys/pipe.S @@ -28,7 +28,7 @@ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/alpha/sys/pipe.S,v 1.5 2003/08/16 18:59:08 marcel Exp $"); #include "SYS.h" diff --git a/lib/libc/alpha/sys/ptrace.S b/lib/libc/alpha/sys/ptrace.S index 8e4c371f7f0c..3ae711e317d0 100644 --- a/lib/libc/alpha/sys/ptrace.S +++ b/lib/libc/alpha/sys/ptrace.S @@ -28,7 +28,7 @@ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/alpha/sys/ptrace.S,v 1.2 2003/01/19 00:17:03 obrien Exp $"); #include "SYS.h" diff --git a/lib/libc/alpha/sys/sbrk.S b/lib/libc/alpha/sys/sbrk.S index 4d7990650229..1f84fca053ec 100644 --- a/lib/libc/alpha/sys/sbrk.S +++ b/lib/libc/alpha/sys/sbrk.S @@ -28,7 +28,7 @@ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/alpha/sys/sbrk.S,v 1.3 2003/01/19 00:17:03 obrien Exp $"); #include "SYS.h" diff --git a/lib/libc/alpha/sys/setlogin.S b/lib/libc/alpha/sys/setlogin.S index 00b1d3c8e152..78d12362ae5f 100644 --- a/lib/libc/alpha/sys/setlogin.S +++ b/lib/libc/alpha/sys/setlogin.S @@ -28,7 +28,7 @@ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/alpha/sys/setlogin.S,v 1.4 2003/08/16 18:59:08 marcel Exp $"); #include "SYS.h" diff --git a/lib/libc/alpha/sys/sigreturn.S b/lib/libc/alpha/sys/sigreturn.S index 9b13d5f1a136..1538803eac3e 100644 --- a/lib/libc/alpha/sys/sigreturn.S +++ b/lib/libc/alpha/sys/sigreturn.S @@ -28,7 +28,7 @@ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/alpha/sys/sigreturn.S,v 1.4 2003/01/19 00:17:03 obrien Exp $"); #include "SYS.h" |
