diff options
author | Peter Wemm <peter@FreeBSD.org> | 1999-08-28 00:22:10 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1999-08-28 00:22:10 +0000 |
commit | 7f3dea244c40159a41ab22da77a434d7c5b5e85a (patch) | |
tree | 0cf37f427c704496510156e28ccd8cd233f9d688 /share/examples/kld/syscall/test | |
parent | e6c8b48d908090e196f36bb181e0f8b5c7c80f1a (diff) | |
download | src-7f3dea244c40159a41ab22da77a434d7c5b5e85a.tar.gz src-7f3dea244c40159a41ab22da77a434d7c5b5e85a.zip |
$Id$ -> $FreeBSD$
Notes
Notes:
svn path=/head/; revision=50476
Diffstat (limited to 'share/examples/kld/syscall/test')
-rw-r--r-- | share/examples/kld/syscall/test/call.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/examples/kld/syscall/test/call.c b/share/examples/kld/syscall/test/call.c index 0e4b70e1fa60..9183997821cd 100644 --- a/share/examples/kld/syscall/test/call.c +++ b/share/examples/kld/syscall/test/call.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: call.c,v 1.1 1999/01/09 14:26:22 dfr Exp $ + * $FreeBSD$ */ #include <stdio.h> |