Fixed typedef syntax for glibtop-config.h. Thanks to Drazen Kacar for

1999-10-17  Martin Baulig  <martin@home-of-linux.org>

	* configure.in: Fixed typedef syntax for glibtop-config.h.
	Thanks to Drazen Kacar for pointing this out.
This commit is contained in:
Martin Baulig
1999-10-17 12:59:51 +00:00
committed by Martin Baulig
parent d58d11fa29
commit 2174194bbd
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
1999-10-17 Martin Baulig <martin@home-of-linux.org>
* configure.in: Fixed typedef syntax for glibtop-config.h.
Thanks to Drazen Kacar for pointing this out.
1999-10-16 Martin Baulig <martin@home-of-linux.org>
* LIBGTOP-VERSION: Set version number to 1.1.2, binary age 2,

View File

@@ -466,7 +466,7 @@ _______EOF
cat >> $outfile <<\_______EOF
#ifndef u_int64_t
typedef u_int64_t unsigned long long int
typedef unsigned long long int u_int64_t;
#endif
_______EOF
fi
@@ -476,7 +476,7 @@ _______EOF
cat >> $outfile <<\_______EOF
#ifndef int64_t
typedef int64_t signed long long int
typedef signed long long int int64_t;
#endif
_______EOF
fi