diff options
author | 1999-11-24 00:26:00 +0000 | |
---|---|---|
committer | 1999-11-24 00:26:00 +0000 | |
commit | 32f90fec69b6ddc959020edf4bea4b1f7284cb44 (patch) | |
tree | a7a98aab52f85d11a137ad10d135e10efcd5c20d /usr.bin/ssh/getput.h | |
parent | re-enable mtrr (diff) | |
download | wireguard-openbsd-32f90fec69b6ddc959020edf4bea4b1f7284cb44.tar.xz wireguard-openbsd-32f90fec69b6ddc959020edf4bea4b1f7284cb44.zip |
much more KNF
Diffstat (limited to 'usr.bin/ssh/getput.h')
-rw-r--r-- | usr.bin/ssh/getput.h | 33 |
1 files changed, 16 insertions, 17 deletions
diff --git a/usr.bin/ssh/getput.h b/usr.bin/ssh/getput.h index 1c255bdbaa4..d2e138089a4 100644 --- a/usr.bin/ssh/getput.h +++ b/usr.bin/ssh/getput.h @@ -1,19 +1,19 @@ /* - -getput.h - -Author: Tatu Ylonen <ylo@cs.hut.fi> - -Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland - All rights reserved - -Created: Wed Jun 28 22:36:30 1995 ylo - -Macros for storing and retrieving data in msb first and lsb first order. - -*/ - -/* RCSID("$Id: getput.h,v 1.1 1999/09/26 20:53:36 deraadt Exp $"); */ + * + * getput.h + * + * Author: Tatu Ylonen <ylo@cs.hut.fi> + * + * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland + * All rights reserved + * + * Created: Wed Jun 28 22:36:30 1995 ylo + * + * Macros for storing and retrieving data in msb first and lsb first order. + * + */ + +/* RCSID("$Id: getput.h,v 1.2 1999/11/24 00:26:02 deraadt Exp $"); */ #ifndef GETPUT_H #define GETPUT_H @@ -60,5 +60,4 @@ Macros for storing and retrieving data in msb first and lsb first order. (cp)[0] = (value); \ (cp)[1] = (value) >> 8; } while (0) -#endif /* GETPUT_H */ - +#endif /* GETPUT_H */ |