Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
536ce362
Commit
536ce362
authored
Sep 28, 2002
by
Arnaldo Carvalho de Melo
Committed by
Arnaldo Carvalho de Melo
Sep 28, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
o LLC: rename llc_sock.c to af_llc.c
To make it look like the other protocols.
parent
6befa2af
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
net/llc/Makefile
net/llc/Makefile
+2
-2
net/llc/af_llc.c
net/llc/af_llc.c
+1
-1
No files found.
net/llc/Makefile
View file @
536ce362
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# Makefile for the Linux 802.2 LLC (fully-functional) layer.
# Makefile for the Linux 802.2 LLC (fully-functional) layer.
#
#
# Copyright (c) 1997 by Procom Technology,Inc.
# Copyright (c) 1997 by Procom Technology,Inc.
# 2001 by Arnaldo Carvalho de Melo <acme@conectiva.com.br>
# 2001
, 2002
by Arnaldo Carvalho de Melo <acme@conectiva.com.br>
#
#
# This program can be redistributed or modified under the terms of the
# This program can be redistributed or modified under the terms of the
# GNU General Public License as published by the Free Software Foundation.
# GNU General Public License as published by the Free Software Foundation.
...
@@ -17,7 +17,7 @@ obj-$(CONFIG_LLC) += llc.o
...
@@ -17,7 +17,7 @@ obj-$(CONFIG_LLC) += llc.o
llc-y
:=
llc_if.o llc_c_ev.o llc_c_ac.o llc_mac.o llc_sap.o llc_s_st.o
\
llc-y
:=
llc_if.o llc_c_ev.o llc_c_ac.o llc_mac.o llc_sap.o llc_s_st.o
\
llc_main.o llc_s_ac.o llc_conn.o llc_c_st.o llc_stat.o llc_actn.o
\
llc_main.o llc_s_ac.o llc_conn.o llc_c_st.o llc_stat.o llc_actn.o
\
llc_s_ev.o llc_evnt.o llc_pdu.o
llc_s_ev.o llc_evnt.o llc_pdu.o
llc-$(CONFIG_LLC_UI)
+=
llc_sock
.o
llc-$(CONFIG_LLC_UI)
+=
af_llc
.o
llc-objs
:=
$
(
llc-y
)
llc-objs
:=
$
(
llc-y
)
# Objects that export symbols.
# Objects that export symbols.
...
...
net/llc/
llc_sock
.c
→
net/llc/
af_llc
.c
View file @
536ce362
/*
/*
*
llc_sock
.c - LLC User Interface SAPs
*
af_llc
.c - LLC User Interface SAPs
* Description:
* Description:
* Functions in this module are implementation of socket based llc
* Functions in this module are implementation of socket based llc
* communications for the Linux operating system. Support of llc class
* communications for the Linux operating system. Support of llc class
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment