openbsd-ports/security/stel/patches/patch-stel_defs_h
naddy 96881f1b73 - make conform with update-patches
- fix build, dunno if it works
2001-09-29 21:27:50 +00:00

13 lines
315 B
Plaintext

$OpenBSD: patch-stel_defs_h,v 1.1 2001/09/29 21:27:50 naddy Exp $
--- stel/defs.h.orig Fri Apr 26 18:26:17 1996
+++ stel/defs.h Sat Sep 29 22:55:22 2001
@@ -162,7 +162,7 @@ typedef union {
#define ENCRYPT DES_ENCRYPT
#define DECRYPT DES_DECRYPT
#else
-#include "des.h"
+#include <des.h>
#endif
#ifdef hpux