diff options
author | Tobias Stoeckmann <tobias@cvs.openbsd.org> | 2010-08-31 20:42:46 +0000 |
---|---|---|
committer | Tobias Stoeckmann <tobias@cvs.openbsd.org> | 2010-08-31 20:42:46 +0000 |
commit | d07555e65ed5027ca1c09637d80a2678756c520c (patch) | |
tree | 7d3fd20b2f6df5f95fc67b2fa6a85c6fc1ab81a0 /usr.bin/rcs/rcs.h | |
parent | 619023d884c928c58214dd368122bc6bc68555f6 (diff) |
Removed ra_uid, which was supposed to save the uid of a delta's author.
Is not used and not useful.
ok xsa, zinovik
Diffstat (limited to 'usr.bin/rcs/rcs.h')
-rw-r--r-- | usr.bin/rcs/rcs.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/rcs/rcs.h b/usr.bin/rcs/rcs.h index 2401f5fb004..4bd1ffa3302 100644 --- a/usr.bin/rcs/rcs.h +++ b/usr.bin/rcs/rcs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rcs.h,v 1.9 2010/07/23 21:46:05 ray Exp $ */ +/* $OpenBSD: rcs.h,v 1.10 2010/08/31 20:42:45 tobias Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -145,7 +145,6 @@ typedef struct rcs_num { struct rcs_access { char *ra_name; - uid_t ra_uid; TAILQ_ENTRY(rcs_access) ra_list; }; |