public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* AF_RXRPC depends on KEYS?
@ 2007-05-01 15:17 Geert Uytterhoeven
  2007-05-01 15:32 ` David Howells
  0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2007-05-01 15:17 UTC (permalink / raw)
  To: David Howells; +Cc: Linux Kernel Development


| linux/net/rxrpc/af_rxrpc.c: In function 'rxrpc_kernel_begin_call':
| linux/net/rxrpc/af_rxrpc.c:303: error: dereferencing pointer to incomplete type
| linux/net/rxrpc/af_rxrpc.c: In function 'af_rxrpc_init':
| linux/net/rxrpc/af_rxrpc.c:820: warning: implicit declaration of function 'register_key_type'
| linux/net/rxrpc/af_rxrpc.c:839: warning: implicit declaration of function 'unregister_key_type'

Should AF_RXRPC depend on KEYS?

Hmm, I see a few more related things:

| linux/net/rxrpc/ar-key.c:36: error: variable 'key_type_rxrpc' has initializer but incomplete type
| linux/net/rxrpc/ar-key.c:37: error: unknown field 'name' specified in initializer
| linux/net/rxrpc/ar-key.c:37: warning: excess elements in struct initializer
| linux/net/rxrpc/ar-key.c:37: warning: (near initialization for 'key_type_rxrpc')
| linux/net/rxrpc/ar-key.c:38: error: unknown field 'instantiate' specified in initializer
| ...

and

| linux/net/rxrpc/ar-output.c: In function 'rxrpc_client_sendmsg':
| linux/net/rxrpc/ar-output.c:158: error: dereferencing pointer to incomplete type

and

| linux/net/rxrpc/ar-security.c: In function 'rxrpc_init_client_conn_security':
| linux/net/rxrpc/ar-security.c:138: error: dereferencing pointer to incomplete type/home/geert.nba/linux/linux-m68k-2.6.22-rc1/net/rxrpc/ar-security.c: In function 'rxrpc_init_server_conn_security':
| linux/net/rxrpc/ar-security.c:163: error: 'key_ref_t' undeclared (first use in this function)
| ...

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: AF_RXRPC depends on KEYS?
  2007-05-01 15:17 AF_RXRPC depends on KEYS? Geert Uytterhoeven
@ 2007-05-01 15:32 ` David Howells
  0 siblings, 0 replies; 2+ messages in thread
From: David Howells @ 2007-05-01 15:32 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Linux Kernel Development

Geert Uytterhoeven <geert@linux-m68k.org> wrote:

> Should AF_RXRPC depend on KEYS?

Ummm... yes it probably should.  It's just that I normally build rxkad too,
and that does depend on keys.

David

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-05-01 15:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-01 15:17 AF_RXRPC depends on KEYS? Geert Uytterhoeven
2007-05-01 15:32 ` David Howells

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox