diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2006-01-06 19:04:42 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2006-01-06 19:04:42 +0000 |
commit | 8a17126475421e14e9472dc99164709f0466ed56 (patch) | |
tree | 13995f5c2b71da2ab06a6042e3eaad12fb2ec9c6 /sys | |
parent | 38b04ebd40a9b224bb93515d9fa161b86bca07b0 (diff) |
Add missing rcsid
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/stdint.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/sys/stdint.h b/sys/sys/stdint.h index fb5d501cbfa..45704424dc1 100644 --- a/sys/sys/stdint.h +++ b/sys/sys/stdint.h @@ -1,3 +1,5 @@ +/* $OpenBSD: stdint.h,v 1.2 2006/01/06 19:04:41 millert Exp $ */ + /* * Copyright (c) 1997, 2005 Todd C. Miller <Todd.Miller@courtesan.com> * |