diff options
author | Kevin Steves <stevesk@cvs.openbsd.org> | 2002-03-26 03:24:02 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@cvs.openbsd.org> | 2002-03-26 03:24:02 +0000 |
commit | a35e4bb5fee638750e8ac95f9007f5dc6645976f (patch) | |
tree | 2ab7f261559d7f49d19d74023be7aee8df52eb3b /usr.bin/ssh | |
parent | 71a3e0e6b847a1c66d313ad448be4667633186e9 (diff) |
$OpenBSD$
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/monitor.h | 2 | ||||
-rw-r--r-- | usr.bin/ssh/monitor_fdpass.h | 2 | ||||
-rw-r--r-- | usr.bin/ssh/monitor_mm.h | 2 | ||||
-rw-r--r-- | usr.bin/ssh/monitor_wrap.h | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/usr.bin/ssh/monitor.h b/usr.bin/ssh/monitor.h index da7f780b20c..dd79e83381c 100644 --- a/usr.bin/ssh/monitor.h +++ b/usr.bin/ssh/monitor.h @@ -1,3 +1,5 @@ +/* $OpenBSD: monitor.h,v 1.3 2002/03/26 03:24:01 stevesk Exp $ */ + /* * Copyright 2002 Niels Provos <provos@citi.umich.edu> * All rights reserved. diff --git a/usr.bin/ssh/monitor_fdpass.h b/usr.bin/ssh/monitor_fdpass.h index cb6b71c93ac..31d080e21ed 100644 --- a/usr.bin/ssh/monitor_fdpass.h +++ b/usr.bin/ssh/monitor_fdpass.h @@ -1,3 +1,5 @@ +/* $OpenBSD: monitor_fdpass.h,v 1.2 2002/03/26 03:24:01 stevesk Exp $ */ + /* * Copyright 2002 Niels Provos <provos@citi.umich.edu> * All rights reserved. diff --git a/usr.bin/ssh/monitor_mm.h b/usr.bin/ssh/monitor_mm.h index 43442609c2f..d8a5cdf5d29 100644 --- a/usr.bin/ssh/monitor_mm.h +++ b/usr.bin/ssh/monitor_mm.h @@ -1,3 +1,5 @@ +/* $OpenBSD: monitor_mm.h,v 1.2 2002/03/26 03:24:01 stevesk Exp $ */ + /* * Copyright 2002 Niels Provos <provos@citi.umich.edu> * All rights reserved. diff --git a/usr.bin/ssh/monitor_wrap.h b/usr.bin/ssh/monitor_wrap.h index a75b905029a..3676d41cfea 100644 --- a/usr.bin/ssh/monitor_wrap.h +++ b/usr.bin/ssh/monitor_wrap.h @@ -1,3 +1,5 @@ +/* $OpenBSD: monitor_wrap.h,v 1.4 2002/03/26 03:24:01 stevesk Exp $ */ + /* * Copyright 2002 Niels Provos <provos@citi.umich.edu> * All rights reserved. |