]> git.proxmox.com Git - mirror_edk2.git/blobdiff - AppPkg/Applications/Sockets/DataSource/DataSource.c
Update the license dates
[mirror_edk2.git] / AppPkg / Applications / Sockets / DataSource / DataSource.c
index 31c38950a640ce3dd042be8a538fc7f9abd59577..cf4caa2b45f47e1fabdbcfaa4321a99746806789 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Data source for network testing.\r
 \r
-  Copyright (c) 2011, Intel Corporation\r
+  Copyright (c) 2011-2012, Intel Corporation\r
   All rights reserved. This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -31,6 +31,7 @@
 #include <sys/socket.h>\r
 \r
 #include <stdio.h>\r
+#include <string.h>\r
 \r
 \r
 #define DATA_SAMPLE_SHIFT           5       ///<  Shift for number of samples\r
@@ -1317,6 +1318,7 @@ Tcp4Open (
   @param [in] pContext  Context for this routine\r
 **/\r
 VOID\r
+EFIAPI\r
 TimerCallback (\r
   IN EFI_EVENT Event,\r
   IN VOID * pContext\r