diff options
Diffstat (limited to 'lib/ppp_ac.c')
-rw-r--r-- | lib/ppp_ac.c | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/lib/ppp_ac.c b/lib/ppp_ac.c index 8e6985f..3b534f9 100644 --- a/lib/ppp_ac.c +++ b/lib/ppp_ac.c @@ -1,16 +1,16 @@ /* - * lib/ppp_ac.c This file contains the activation for the - * PPP line disciplines, called from activate_ld(). + * lib/ppp_ac.c This file contains the activation for the + * PPP line disciplines, called from activate_ld(). * - * Version: ppp_ac.c 0.01 (1996-03-22) + * Version: $Id: ppp_ac.c,v 1.3 1998/11/15 20:11:50 freitag Exp $ * - * Author: Bernd 'eckes' Eckenfels + * Author: Bernd 'eckes' Eckenfels * - * This program is free software; you can redistribute it - * and/or modify it under the terms of the GNU General - * Public License as published by the Free Software - * Foundation; either version 2 of the License, or (at - * your option) any later version. + * This program is free software; you can redistribute it + * and/or modify it under the terms of the GNU General + * Public License as published by the Free Software + * Foundation; either version 2 of the License, or (at + * your option) any later version. */ #include "config.h" @@ -35,8 +35,8 @@ /* Start the VJ-SLIP encapsulation on the file descriptor. */ int PPP_activate(int fd) { - fprintf(stderr,_("Sorry, use pppd!\n")); /* FIXME */ - return(-1); + fprintf(stderr, _("Sorry, use pppd!\n")); /* FIXME */ + return (-1); } -#endif /* HAVE_HWPPP */ +#endif /* HAVE_HWPPP */ |