diff options
Diffstat (limited to 'usr/src/cmd/tip/acutab.c')
| -rw-r--r-- | usr/src/cmd/tip/acutab.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/src/cmd/tip/acutab.c b/usr/src/cmd/tip/acutab.c index db1cdb5022..e074320ff4 100644 --- a/usr/src/cmd/tip/acutab.c +++ b/usr/src/cmd/tip/acutab.c @@ -9,8 +9,6 @@ * specifies the terms and conditions for redistribution. */ -#pragma ident "%Z%%M% %I% %E% SMI" - #include "tip.h" extern int df02_dialer(char *, char *), df03_dialer(char *, char *); @@ -67,5 +65,5 @@ acu_t acutable[] = { "hayes", hayes_dialer, hayes_disconnect, hayes_abort, "at", hayes_dialer, hayes_disconnect, hayes_abort, #endif - 0, 0, 0, 0 + NULL, NULL, NULL, NULL }; |
