1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

Adjust whitespace

This commit is contained in:
Brian Somers 2000-03-14 01:47:11 +00:00
parent b9fa960d93
commit 499640f195
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=58040
2 changed files with 5 additions and 1 deletions

View File

@ -61,7 +61,7 @@ struct prompt;
struct iface;
struct bundle {
struct fdescriptor desc; /* really all our datalinks */
struct fdescriptor desc; /* really all our datalinks */
int unit; /* The device/interface unit number */
struct {

View File

@ -26,7 +26,11 @@
#include <sys/types.h>
#include <ctype.h>
#ifdef __FreeBSD__
#include <openssl/des.h>
#else
#include <des.h>
#endif
#include <string.h>
#include "chap_ms.h"