diff options
Diffstat (limited to 'src/syswait.h')
| -rw-r--r-- | src/syswait.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/syswait.h b/src/syswait.h index f83989bf2df..089aab9c093 100644 --- a/src/syswait.h +++ b/src/syswait.h | |||
| @@ -15,7 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | /* Define the structure that the wait system call stores. | 21 | /* Define the structure that the wait system call stores. |
| 21 | On many systems, there is a structure defined for this. | 22 | On many systems, there is a structure defined for this. |