Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 elilo (3.16-1~ports) UNRELEASED; urgency=medium
 .
   * New upstream release.
Author: John Paul Adrian Glaubitz <glaubitz@localhost>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: 2019-04-06

--- elilo-3.16.orig/strops.c
+++ elilo-3.16/strops.c
@@ -26,6 +26,8 @@
 #include <efi.h>
 #include <efilib.h>
 
+#include "strops.h"
+
 //#define CHAR_NULL	(CHAR16)'\0'
 
 CHAR16 *
--- elilo-3.16.orig/strops.h
+++ elilo-3.16/strops.h
@@ -27,6 +27,7 @@
 #define __STROPS_H__
 
 extern CHAR16 *StrChr(IN const CHAR16 *s, const CHAR16 c);
+#define StrnCpy elilo_StrnCpy
 extern CHAR16 *StrnCpy(OUT CHAR16 *dst, IN const CHAR16 *src, UINTN count);
 extern CHAR8 *StrnXCpy(OUT CHAR8 *dst, IN const CHAR16 *src, UINTN count);
 
