From f385c47b680aa903afbdce8ac8441dead20d9457 Mon Sep 17 00:00:00 2001 From: Michael Gebetsroither Date: Tue, 19 Jun 2007 23:39:32 +0200 Subject: [PATCH] vmware-detect.c: adding header --- compile/vmware-detect.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/compile/vmware-detect.c b/compile/vmware-detect.c index 0269b90..8afe2d1 100644 --- a/compile/vmware-detect.c +++ b/compile/vmware-detect.c @@ -1,3 +1,11 @@ +/* Filename: vmware-detect.c +* Purpose: Detect if running inside vmware +* Authors: grml-team (grml.org), (c) Michael Gebetsroither +* Bug-Reports: see http://grml.org/bugs/ +* License: This file is licensed under the GPL v2. +*******************************************************************************/ +// return 0 if running inside vmware, 1 otherwise + #include "string.h" #include "unistd.h" #include "stdio.h" -- 2.1.4