bc59701678
Makes unshield work properly on amd64 and probably other 64bit archs.
16 lines
430 B
Plaintext
16 lines
430 B
Plaintext
$OpenBSD: patch-lib_component_c,v 1.2 2006/10/18 13:47:36 jsg Exp $
|
|
--- lib/component.c.orig Wed Jun 29 04:49:36 2005
|
|
+++ lib/component.c Wed Oct 18 23:08:15 2006
|
|
@@ -1,8 +1,9 @@
|
|
/* $Id: patch-lib_component_c,v 1.2 2006/10/18 13:47:36 jsg Exp $ */
|
|
-#include "internal.h"
|
|
-#include "log.h"
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
+
|
|
+#include "internal.h"
|
|
+#include "log.h"
|
|
|
|
int unshield_component_count(Unshield* unshield)
|
|
{
|