Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yellowback/5501032 to your computer and use it in GitHub Desktop.
Save yellowback/5501032 to your computer and use it in GitHub Desktop.
Index: third_party/nspr/prcpucfg.h
===================================================================
--- third_party/nspr/prcpucfg.h (revision 161115)
+++ third_party/nspr/prcpucfg.h (working copy)
@@ -42,6 +42,8 @@
#include "base/third_party/nspr/prcpucfg_freebsd.h"
#elif defined(__OpenBSD__)
#include "base/third_party/nspr/prcpucfg_openbsd.h"
+#elif defined(__NetBSD__)
+#include "base/third_party/nspr/prcpucfg_openbsd.h"
#elif defined(__sun)
#include "base/third_party/nspr/prcpucfg_solaris.h"
#else
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment