aboutsummaryrefslogtreecommitdiff
path: root/agent
diff options
context:
space:
mode:
authordlong <none@none>2015-02-24 15:04:52 -0500
committerdlong <none@none>2015-02-24 15:04:52 -0500
commit3b6b2ac2d9999ab5e512f40d7c8579259c79fa51 (patch)
treef38ca81d9362228fcfe826c30b38bf4b1073fe00 /agent
parent7a5617bd99ccb375c4e31e2f06e9ebca180ba015 (diff)
downloadjdk8u_hotspot-3b6b2ac2d9999ab5e512f40d7c8579259c79fa51.tar.gz
8072383: resolve conflicts between open and closed ports
Summary: refactor close to remove references to closed ports Reviewed-by: kvn, simonis, sgehwolf, dholmes
Diffstat (limited to 'agent')
-rw-r--r--agent/src/os/linux/libproc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/agent/src/os/linux/libproc.h b/agent/src/os/linux/libproc.h
index b07c090bf..782e040a8 100644
--- a/agent/src/os/linux/libproc.h
+++ b/agent/src/os/linux/libproc.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2015, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@@ -30,7 +30,7 @@
#include <stdint.h>
#include "proc_service.h"
-#if defined(arm) || defined(ppc)
+#ifdef ALT_SASRCDIR
#include "libproc_md.h"
#endif