no need to declare __progname here

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14169 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2004-08-26 15:09:50 +00:00
parent 043f9e3dfc
commit 4131cb9d00

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 1995 - 2000 Kungliga Tekniska H<>gskolan
* Copyright (c) 1995 - 2004 Kungliga Tekniska H<>gskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*
@@ -42,8 +42,6 @@
#include <string.h>
#include <stdarg.h>
extern const char *__progname;
#if !defined(__GNUC__) && !defined(__attribute__)
#define __attribute__(x)
#endif