summaryrefslogtreecommitdiffstats
path: root/src/inspect_apps.c
diff options
context:
space:
mode:
authorMichael Scherer <misc@zarb.org>2011-10-14 01:05:05 +0200
committerRichard W.M. Jones <rjones@redhat.com>2011-10-14 10:35:17 +0100
commitf25d2300ce0206b3d4ef5e38d0314d86ea20136e (patch)
treed3befcebb874aac60ce4c1e1a992fe2d1d3e6f8a /src/inspect_apps.c
parent8f6eed00da59614184090e56edef6884f187b436 (diff)
downloadlibguestfs-f25d2300ce0206b3d4ef5e38d0314d86ea20136e.tar.gz
libguestfs-f25d2300ce0206b3d4ef5e38d0314d86ea20136e.tar.xz
libguestfs-f25d2300ce0206b3d4ef5e38d0314d86ea20136e.zip
Add basic support for netbsd detection.
Diffstat (limited to 'src/inspect_apps.c')
-rw-r--r--src/inspect_apps.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/inspect_apps.c b/src/inspect_apps.c
index a77da735..c6ddd057 100644
--- a/src/inspect_apps.c
+++ b/src/inspect_apps.c
@@ -104,6 +104,7 @@ guestfs__inspect_list_applications (guestfs_h *g, const char *root)
break;
case OS_TYPE_FREEBSD:
+ case OS_TYPE_NETBSD:
case OS_TYPE_UNKNOWN:
default:
/* nothing - keep GCC happy */;