X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/tripe/blobdiff_plain/bd58d532a19be319c83478ab89906415ef8861c3..b9066fbb5c1c160eb305a33a3335b77d17e0f502:/tripe.c diff --git a/tripe.c b/tripe.c index 78a3d726..180177ee 100644 --- a/tripe.c +++ b/tripe.c @@ -247,7 +247,8 @@ int main(int argc, char *argv[]) break; #endif case '0': { - static const char *tun[] = { "notdef", "unet", "bsd", "linux" }; + static const char *tun[] = + { "notdef", "unet", "bsd", "linux", "slip" }; puts(tun[TUN_TYPE]); exit(0); } break;