mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 18:16:48 -04:00
Replace "_" in the names of the patch files with "__" to conform to the patch file name convention.
11 lines
236 B
C
11 lines
236 B
C
--- ddr_ctrl.h.orig 2016-12-28 22:37:15 UTC
|
|
+++ ddr_ctrl.h
|
|
@@ -10,6 +10,8 @@
|
|
#ifndef _DDR_CTRL_H
|
|
#define _DDR_CTRL_H
|
|
|
|
+typedef long long loff_t;
|
|
+
|
|
/* Options */
|
|
typedef struct _opt_t {
|
|
const char *iname, *oname, *lname, *bbname;
|