diff options
Diffstat (limited to 'usr/src/head/dial.h')
-rw-r--r-- | usr/src/head/dial.h | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/usr/src/head/dial.h b/usr/src/head/dial.h index d3cb004644..d173427139 100644 --- a/usr/src/head/dial.h +++ b/usr/src/head/dial.h @@ -19,15 +19,15 @@ * * CDDL HEADER END */ +/* + * Copyright 2014 Garrett D'Amore <garrett@damore.org> + */ /* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */ /* All Rights Reserved */ - #ifndef _DIAL_H #define _DIAL_H -#pragma ident "%Z%%M% %I% %E% SMI" /* SVr4.0 1.2 */ - #ifndef IUCLC #include <sys/termio.h> #endif @@ -76,18 +76,9 @@ typedef struct { int dev_len; /* unused */ } CALL; -#if defined(__STDC__) - extern int dial(CALL); extern void undial(int); -#else - -extern int dial(); -extern void undial(); - -#endif - #ifdef __cplusplus } #endif |