diff options
author | 2007-09-10 19:11:08 +0000 | |
---|---|---|
committer | 2007-09-10 19:11:08 +0000 | |
commit | 47c33804566cbc2c0b2589cdf34fcb81ef470a89 (patch) | |
tree | 86ea5d57f828caec28b45680e7e93cb02be5d1a9 /usr.bin/cvs/cvs.h | |
parent | Introduce a md pmap hook, pmap_remove_holes(), which is supposed to mark (diff) | |
download | wireguard-openbsd-47c33804566cbc2c0b2589cdf34fcb81ef470a89.tar.xz wireguard-openbsd-47c33804566cbc2c0b2589cdf34fcb81ef470a89.zip |
remove my addition of portnumber for rsh in CVSROOT.
while it sounds like a "good" idea some people convinced me otherwise.
mostly because this breaks compat with GNU cvs.
Diffstat (limited to 'usr.bin/cvs/cvs.h')
-rw-r--r-- | usr.bin/cvs/cvs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/cvs.h b/usr.bin/cvs/cvs.h index 693ace54f6a..4396b8ca0a0 100644 --- a/usr.bin/cvs/cvs.h +++ b/usr.bin/cvs/cvs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cvs.h,v 1.144 2007/09/10 14:06:14 joris Exp $ */ +/* $OpenBSD: cvs.h,v 1.145 2007/09/10 19:11:08 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -208,7 +208,7 @@ struct cvsroot { char *cr_pass; char *cr_host; char *cr_dir; - char *cr_port; + u_int cr_port; /* connection data */ u_int cr_flags; |