jdk/src/java.base/unix/native/libjava/childproc.h
changeset 28665 fe8344cf6496
parent 25859 3317bb8137f4
child 29724 638809ff54f3
--- a/jdk/src/java.base/unix/native/libjava/childproc.h	Mon Jan 26 21:55:05 2015 +0800
+++ b/jdk/src/java.base/unix/native/libjava/childproc.h	Mon Jan 26 10:55:27 2015 -0500
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2013, 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
@@ -79,7 +79,7 @@
   } while((_result == -1) && (errno == EINTR)); \
 } while(0)
 
-/* These numbers must be the same as the Enum in UNIXProcess.java
+/* These numbers must be the same as the Enum in ProcessImpl.java
  * Must be a better way of doing this.
  */
 #define MODE_FORK 1