linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Herbert Xu <herbert@gondor.apana.org.au>
To: Marcelo Tosatti <marcelo@conectiva.com.br>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [PATCH] Include missing headers
Date: Mon, 2 Jun 2003 22:34:38 +1000	[thread overview]
Message-ID: <20030602123438.GA13415@gondor.apana.org.au> (raw)

[-- Attachment #1: Type: text/plain, Size: 360 bytes --]

This patch adds two missing headers:

linux/timer.h: include linux/stddef.h for NULL
linux/in.h: include linux/socket.h for sa_family_t
-- 
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email:  Herbert Xu ~{PmV>HI~} <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

[-- Attachment #2: p --]
[-- Type: text/plain, Size: 1022 bytes --]

Index: include/linux/timer.h
===================================================================
RCS file: /home/gondolin/herbert/src/CVS/debian/kernel-source-2.4/include/linux/timer.h,v
retrieving revision 1.1.1.7
diff -u -r1.1.1.7 timer.h
--- include/linux/timer.h	5 Nov 2001 20:42:13 -0000	1.1.1.7
+++ include/linux/timer.h	2 Jun 2003 12:31:23 -0000
@@ -3,6 +3,7 @@
 
 #include <linux/config.h>
 #include <linux/list.h>
+#include <linux/stddef.h>
 
 /*
  * In Linux 2.4, static timers have been removed from the kernel.
Index: include/linux/in.h
===================================================================
RCS file: /home/gondolin/herbert/src/CVS/debian/kernel-source-2.4/include/linux/in.h,v
retrieving revision 1.1.1.3
diff -u -r1.1.1.3 in.h
--- include/linux/in.h	1 Jun 2003 07:27:00 -0000	1.1.1.3
+++ include/linux/in.h	2 Jun 2003 12:32:37 -0000
@@ -18,6 +18,7 @@
 #ifndef _LINUX_IN_H
 #define _LINUX_IN_H
 
+#include <linux/socket.h>
 #include <linux/types.h>
 
 /* Standard well-defined IP protocols.  */

             reply	other threads:[~2003-06-02 12:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-02 12:34 Herbert Xu [this message]
2003-06-02 12:48 ` [PATCH] Include missing headers YOSHIFUJI Hideaki / 吉藤英明

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030602123438.GA13415@gondor.apana.org.au \
    --to=herbert@gondor.apana.org.au \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcelo@conectiva.com.br \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).