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
f962d6bc
Commit
f962d6bc
authored
Sep 25, 2003
by
Chas Williams
Committed by
David S. Miller
Sep 25, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ATM]: [ioctl][1/8] Move vcc_ioctl() to ioctl.c (from levon@movementarian.org)
parent
c13eb152
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
421 additions
and
405 deletions
+421
-405
net/atm/Makefile
net/atm/Makefile
+1
-1
net/atm/common.c
net/atm/common.c
+0
-404
net/atm/ioctl.c
net/atm/ioctl.c
+420
-0
No files found.
net/atm/Makefile
View file @
f962d6bc
...
...
@@ -2,7 +2,7 @@
# Makefile for the ATM Protocol Families.
#
atm-y
:=
addr.o pvc.o signaling.o svc.o common.o atm_misc.o raw.o resources.o
atm-y
:=
addr.o pvc.o signaling.o svc.o
ioctl.o
common.o atm_misc.o raw.o resources.o
mpoa-objs
:=
mpc.o mpoa_caches.o mpoa_proc.o
obj-$(CONFIG_ATM)
+=
atm.o
...
...
net/atm/common.c
View file @
f962d6bc
This diff is collapsed.
Click to expand it.
net/atm/ioctl.c
0 → 100644
View file @
f962d6bc
This diff is collapsed.
Click to expand it.
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