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..09c64c668f97 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.22.1 2008/10/02 02:57:24 kensmith 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..d333c07a838b 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.22.1 2008/10/02 02:57:24 kensmith Exp $"); #include "SYS.h" diff --git a/lib/libc/alpha/sys/brk.S b/lib/libc/alpha/sys/brk.S index 9f3385b7bc27..06a9d0271a66 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.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include "SYS.h" diff --git a/lib/libc/alpha/sys/cerror.S b/lib/libc/alpha/sys/cerror.S index 5744129807bf..29b7b581f253 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.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include "SYS.h" diff --git a/lib/libc/alpha/sys/exect.S b/lib/libc/alpha/sys/exect.S index 8ad065f69514..00b6a22ad0e6 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.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include "SYS.h" diff --git a/lib/libc/alpha/sys/fork.S b/lib/libc/alpha/sys/fork.S index 5f408966f2ee..9fdb8babef88 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.22.1 2008/10/02 02:57:24 kensmith Exp $"); #include "SYS.h" diff --git a/lib/libc/alpha/sys/pipe.S b/lib/libc/alpha/sys/pipe.S index e94398e9656c..2645dc465ac8 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.22.1 2008/10/02 02:57:24 kensmith Exp $"); #include "SYS.h" diff --git a/lib/libc/alpha/sys/ptrace.S b/lib/libc/alpha/sys/ptrace.S index 8e4c371f7f0c..4a8a688e88bf 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.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include "SYS.h" diff --git a/lib/libc/alpha/sys/sbrk.S b/lib/libc/alpha/sys/sbrk.S index 4d7990650229..ffb4a82803ec 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.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include "SYS.h" diff --git a/lib/libc/alpha/sys/setlogin.S b/lib/libc/alpha/sys/setlogin.S index 00b1d3c8e152..814cc6659a00 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.22.1 2008/10/02 02:57:24 kensmith Exp $"); #include "SYS.h" diff --git a/lib/libc/alpha/sys/sigreturn.S b/lib/libc/alpha/sys/sigreturn.S index 9b13d5f1a136..1e7e8560faff 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.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include "SYS.h" |
