summaryrefslogtreecommitdiff
path: root/xc/programs/xdm/session.c
diff options
context:
space:
mode:
authorrws <empty>1991-04-02 11:56:56 +0000
committerrws <empty>1991-04-02 11:56:56 +0000
commit350e1fafd6dd2784707afef818c1f13dbd9c39b1 (patch)
treeaee4f6e5240b0d4230e8967524c7a58b809ce657 /xc/programs/xdm/session.c
parented35d2794b8a434edea8403ac186f48a75ad502e (diff)
remove decl of exit()
Diffstat (limited to 'xc/programs/xdm/session.c')
-rw-r--r--xc/programs/xdm/session.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/xc/programs/xdm/session.c b/xc/programs/xdm/session.c
index 5a0d12768..a07ab89bd 100644
--- a/xc/programs/xdm/session.c
+++ b/xc/programs/xdm/session.c
@@ -72,8 +72,6 @@ SessionPingFailed (d)
SessionExit (d, RESERVER_DISPLAY, TRUE);
}
-extern void exit ();
-
/*
* We need our own error handlers because we can't be sure what exit code Xlib
* will use, and our Xlib does exit(1) which matches REMANAGE_DISPLAY, which