]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/plugins/radius/radiusclient/include/includes.h
Whitespace tidying.
[ppp.git] / pppd / plugins / radius / radiusclient / include / includes.h
index 40179197bef09f854d501940b00a57449852f0f9..856d9a8b40cb46084ab3f7d875d3d7f8061d6128 100644 (file)
@@ -1,15 +1,15 @@
 /*
- * $Id: includes.h,v 1.1 2002/01/22 16:03:01 dfs Exp $
+ * $Id: includes.h,v 1.2 2002/02/27 15:51:19 dfs Exp $
  *
  * Copyright (C) 1997 Lars Fenneberg
  *
  * Copyright 1992 Livingston Enterprises, Inc.
  *
- * Copyright 1992,1993, 1994,1995 The Regents of the University of Michigan 
+ * Copyright 1992,1993, 1994,1995 The Regents of the University of Michigan
  * and Merit Network, Inc. All Rights Reserved
  *
- * See the file COPYRIGHT for the respective terms and conditions. 
- * If the file is missing contact me at lf@elemental.net 
+ * See the file COPYRIGHT for the respective terms and conditions.
+ * If the file is missing contact me at lf@elemental.net
  * and I'll send you a copy.
  *
  */
@@ -137,7 +137,7 @@ int sigprocmask (int, sigset_t *, sigset_t *);
  * prefer srandom/random over srand/rand as there generator has a
  * better distribution of the numbers on certain systems.
  * on Linux both generators are identical.
- */ 
+ */
 #ifndef HAVE_RANDOM
 # ifdef HAVE_RAND
 # define srandom        srand