X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fplugins%2Fradius%2Fradiusclient%2Finclude%2Fincludes.h;h=856d9a8b40cb46084ab3f7d875d3d7f8061d6128;hp=40179197bef09f854d501940b00a57449852f0f9;hb=79624399f8eb3d29ddca1b2cf919ef2362e33eb2;hpb=d95598c16f6a3feb4846db669601856bad15bb74 diff --git a/pppd/plugins/radius/radiusclient/include/includes.h b/pppd/plugins/radius/radiusclient/include/includes.h index 4017919..856d9a8 100644 --- a/pppd/plugins/radius/radiusclient/include/includes.h +++ b/pppd/plugins/radius/radiusclient/include/includes.h @@ -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