forked from Lainports/freebsd-ports
The Persistent Memory Development Kit (PMDK) is a collection of libraries and tools for System Administrators and Application Developers to simplify managing and accessing persistent memory devices. WWW: https://pmem.io/pmdk/ PR: 232690 Submitted by: D Scott Phillips <d.scott.phillips@intel.com> Reviewed by: mat, ndowens@yahoo.com (previous version) Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D18009
13 lines
337 B
C
13 lines
337 B
C
--- src/common/queue.h.orig 2018-10-24 02:57:34 UTC
|
|
+++ src/common/queue.h
|
|
@@ -32,8 +32,8 @@
|
|
* @(#)queue.h 8.5 (Berkeley) 8/20/94
|
|
*/
|
|
|
|
-#ifndef _SYS_QUEUE_H_
|
|
-#define _SYS_QUEUE_H_
|
|
+#ifndef _COPIED_GLIBC_SYS_QUEUE_H_
|
|
+#define _COPIED_GLIBC_SYS_QUEUE_H_
|
|
|
|
/*
|
|
* This file defines five types of data structures: singly-linked lists,
|