diff options
| author | Stefan Farfeleder <stefanf@FreeBSD.org> | 2004-06-08 12:24:47 +0000 |
|---|---|---|
| committer | Stefan Farfeleder <stefanf@FreeBSD.org> | 2004-06-08 12:24:47 +0000 |
| commit | 5e0ddde281467501870c8c5f4e4b7eb2a3b0ca80 (patch) | |
| tree | e7003ddac40092b7b883ddd99015699cebd1ad95 /lib/libvgl | |
| parent | 14e43725845140b3d17fbb4d421d691d275721c2 (diff) | |
Notes
Diffstat (limited to 'lib/libvgl')
| -rw-r--r-- | lib/libvgl/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libvgl/main.c b/lib/libvgl/main.c index 20691139d747..8506a1bc8729 100644 --- a/lib/libvgl/main.c +++ b/lib/libvgl/main.c @@ -105,7 +105,7 @@ struct vt_mode smode; } static void -VGLAbort() +VGLAbort(int arg __unused) { VGLAbortPending = 1; signal(SIGINT, SIG_IGN); @@ -116,7 +116,7 @@ VGLAbort() } static void -VGLSwitch() +VGLSwitch(int arg __unused) { if (!VGLOnDisplay) VGLOnDisplay = 1; |
