From: Ben Gras Date: Fri, 29 Jun 2012 14:34:41 +0000 (+0200) Subject: don't leave _VCS_REVISION in X-Git-Tag: v3.2.1~463 X-Git-Url: http://zhaoyanbai.com/repos/Bv9ARM.ch06.html?a=commitdiff_plain;h=ed993cd55736944917affe138df91e03cfa450ba;p=minix.git don't leave _VCS_REVISION in --- diff --git a/include/minix/sys_config.h b/include/minix/sys_config.h index 06598762d..168923cab 100644 --- a/include/minix/sys_config.h +++ b/include/minix/sys_config.h @@ -58,8 +58,3 @@ error "_MINIX_MACHINE has incorrect value (0)" #define DEFAULT_STACK_LIMIT (64 * 1024 * 1024) #endif /* _MINIX_SYS_CONFIG_H */ - -/* Added by release script */ -#ifndef _VCS_REVISION -#define _VCS_REVISION "116fcea" -#endif