]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Change to common header file not applicable to open-vm-tools.
authorKruti <kpendharkar@vmware.com>
Mon, 18 Mar 2024 18:03:48 +0000 (11:03 -0700)
committerKruti <kpendharkar@vmware.com>
Mon, 18 Mar 2024 18:03:48 +0000 (11:03 -0700)
open-vm-tools/modules/shared/vmxnet/net.h

index 5099c5749cd3cc1a393d5344bce51b92d83a32ed..7f05091498713cd1a95c0937bb4fd225fed5596e 100644 (file)
@@ -1,5 +1,5 @@
 /*********************************************************
- * Copyright (C) 1998-2019 VMware, Inc. All rights reserved.
+ * Copyright (C) 1998-2019,2024 VMware, Inc. All rights reserved.
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the
@@ -131,7 +131,7 @@ typedef struct Net_AdapterCount {
  *----------------------------------------------------------------------------
  */
 
-static INLINE void
+static inline void
 Net_AddAddrToLadrf(const uint8 *addr,  // IN: pointer to MAC address
                    uint8 *ladrf)       // IN/OUT: pointer to ladrf
 {
@@ -182,7 +182,7 @@ Net_AddAddrToLadrf(const uint8 *addr,  // IN: pointer to MAC address
  *----------------------------------------------------------------------
  */
 
-static INLINE void
+static inline void
 Net_GetNumAdapters(Net_AdapterCount *counts)
 {
    uint32 i;