diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-04 05:17:34 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-04 05:17:34 +0000 |
commit | 80fc392c0907bdbc2b0dc3e58797a6a3c66804e1 (patch) | |
tree | b5268ad9d665bddd7e2758d436d8da5afe39c445 /misc/libmcal/files/patch-ad | |
parent | . Update to 1.1.3. (diff) |
Really remove the files this time.
PR: ports/47608
Notes
Notes:
svn path=/head/; revision=74630
Diffstat (limited to 'misc/libmcal/files/patch-ad')
-rw-r--r-- | misc/libmcal/files/patch-ad | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/misc/libmcal/files/patch-ad b/misc/libmcal/files/patch-ad deleted file mode 100644 index 5ece66b2d1e6..000000000000 --- a/misc/libmcal/files/patch-ad +++ /dev/null @@ -1,17 +0,0 @@ ---- bool.h.orig Thu Dec 2 09:01:39 1999 -+++ bool.h Wed Jun 28 00:17:14 2000 -@@ -1,4 +1,4 @@ --/* $Id: bool.h,v 1.1.1.1 1999/12/02 08:01:39 zircote Exp $ -+/* $Id: bool.h,v 1.2 2000/06/27 22:17:14 askalski Exp $ - * - * Libmcal - Modular Calendar Access Library - * Copyright (C) 1999 Mark Musone and Andrew Skalski -@@ -32,7 +32,7 @@ - #ifndef _BOOL_H - #define _BOOL_H - --#ifndef __cplusplus__ -+#ifndef __cplusplus - typedef enum { false, true } bool; - #endif - |